Skip to content

Commit

Permalink
Update mpi-weakScaling.sh
Browse files Browse the repository at this point in the history
Fixed error in -np 4 case so that it actually is weak scaling.
  • Loading branch information
jmohdyusof committed Mar 2, 2016
1 parent 1e850ec commit 3d48396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mpi-weakScaling.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# Simple weak scaling study with eam potential and 32000 atoms per task
mpirun -np 1 ../bin/CoMD-mpi -e -i 1 -j 1 -k 1 -x 20 -y 20 -z 20
mpirun -np 2 ../bin/CoMD-mpi -e -i 2 -j 1 -k 1 -x 40 -y 20 -z 20
mpirun -np 4 ../bin/CoMD-mpi -e -i 2 -j 2 -k 1 -x 40 -y 40 -z 40
mpirun -np 4 ../bin/CoMD-mpi -e -i 2 -j 2 -k 1 -x 40 -y 40 -z 20
mpirun -np 8 ../bin/CoMD-mpi -e -i 2 -j 2 -k 2 -x 40 -y 40 -z 40
mpirun -np 16 ../bin/CoMD-mpi -e -i 4 -j 2 -k 2 -x 80 -y 40 -z 40

0 comments on commit 3d48396

Please sign in to comment.