Git Product home page Git Product logo

damselfly's Introduction

Damselfly v1.0

Damselfly is a model-based parallel network simulator. It can simulate communication patterns of High Performance Computing applications on different network topologies. It outputs steady-state network traffic for a communication pattern, which can help in studying network congestion and its impact on performance.

Limitation: can be run on up to 16,384 MPI processes. The primes.h file has a limited number of entries.

Build

mkdir build && cd build
cmake ..
make

Sample cmake command for Blue Gene/Q:

cmake -DCMAKE_C_COMPILER=mpixlc_r -DCMAKE_CXX_COMPILER=mpixlcxx_r -DCMAKE_BUILD_TYPE=Release -DJOB_TRAFFIC=ON ..

Run

mpirun -np 8 ./damselfly conffile map_file out_file

where:

  • conffile - configuration file (format described below)
  • map_file - if non-existent, default is used (Blue Gene style, i.e. coordinates in each line represents a rank; first "n1" ranks assumed for job 1, next "n2" ranks assumed for job 2, etc.)
  • out_file - generated, contains the bytes on links
Format of conffile
#total number of routers
#groups #rows #columns #nodes #cores
filename for intra group connection (binary format)
filename for inter group connection (binary format)
filename #ranks #edges (binary)
filename #ranks #edges (binary)
... as many files as needed

Code for generating sample connection files are in the utils directory.

Reference

Any published work that utilizes this software should include the following reference:

Nikhil Jain, Abhinav Bhatele, Xiang Ni, Nicholas J. Wright, and Laxmikant V.
Kale. Maximizing Throughput on a Dragonfly Network. In Proceedings of the
International Conference for High Performance Computing, Networking, Storage
and Analysis, SC '14, November 2014. LLNL-CONF-653557.

Release

Copyright (c) 2014, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory.

Written by:

    Nikhil Jain <[email protected]>
    Abhinav Bhatele <[email protected]>
    Peer-Timo Bremer <[email protected]>

LLNL-CODE-678961. All rights reserved.

This file is part of Damselfly. For details, see: https://github.com/LLNL/damselfly. Please also read the LICENSE file for our notice and the LGPL.

damselfly's People

Contributors

nikhil-jain avatar bhatele avatar ianlee1521 avatar

Stargazers

Wes Brewer avatar Siddharth Singh avatar Itaru Kitayama avatar kometchtech avatar Todd Young avatar Malik Benkirane avatar Todd Gamblin avatar Jeff Hammond avatar Naveen Namashivayam Ravichandrasekaran avatar James Dinan avatar  avatar

Watchers

Barry Rountree avatar Martin Schulz avatar James Cloos avatar Dong H. Ahn avatar Adam Moody avatar Cyrus Harrison avatar Ignacio Laguna avatar Peer-Timo Bremer avatar Yarden avatar Matthew LeGendre avatar Giorgis Georgakoudis avatar  avatar

Forkers

summonersrift

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.