Skip to content

Load balance computation across several MPI ranks (parallel computation)

License

Notifications You must be signed in to change notification settings

RajdeepKonwar/LoadBalance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LoadBalance

Load balance computation of sine values of an unknown number of angles across MPI ranks.

Compile Instruction

mpicxx LoadBalance.cpp -o LoadBalance -std=c++11 -O3

Run Instruction

mpirun -n 4 ./LoadBalance