Skip to content

CSCfi/mpisweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mpisweep

MPI sweep diagnostic

Building

To run the build

mpicc mpisweep.c -o mpisweep

Running

To execute mpirun ./mpisweep

The program will run MPI latency and bandwidth tests between the 1st MPI rank and the successive ranks.

0 -> 1 -> 0
0 -> 2 -> 0
0 -> 3 -> 0 
...

By default the tests have the following parameters

  • Latency: 1 double payload, 10000 iterations
  • Bandwidth: 1024000 double payload, 10 iterations

About

MPI sweep diagnostic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages