Skip to content

Commit 3d48396

Browse files
committed
Update mpi-weakScaling.sh
Fixed error in -np 4 case so that it actually is weak scaling.
1 parent 1e850ec commit 3d48396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mpi-weakScaling.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Simple weak scaling study with eam potential and 32000 atoms per task
44
mpirun -np 1 ../bin/CoMD-mpi -e -i 1 -j 1 -k 1 -x 20 -y 20 -z 20
55
mpirun -np 2 ../bin/CoMD-mpi -e -i 2 -j 1 -k 1 -x 40 -y 20 -z 20
6-
mpirun -np 4 ../bin/CoMD-mpi -e -i 2 -j 2 -k 1 -x 40 -y 40 -z 40
6+
mpirun -np 4 ../bin/CoMD-mpi -e -i 2 -j 2 -k 1 -x 40 -y 40 -z 20
77
mpirun -np 8 ../bin/CoMD-mpi -e -i 2 -j 2 -k 2 -x 40 -y 40 -z 40
88
mpirun -np 16 ../bin/CoMD-mpi -e -i 4 -j 2 -k 2 -x 80 -y 40 -z 40

0 commit comments

Comments
 (0)