We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e850ec commit 3d48396Copy full SHA for 3d48396
examples/mpi-weakScaling.sh
@@ -3,6 +3,6 @@
3
# Simple weak scaling study with eam potential and 32000 atoms per task
4
mpirun -np 1 ../bin/CoMD-mpi -e -i 1 -j 1 -k 1 -x 20 -y 20 -z 20
5
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
+mpirun -np 4 ../bin/CoMD-mpi -e -i 2 -j 2 -k 1 -x 40 -y 40 -z 20
7
mpirun -np 8 ../bin/CoMD-mpi -e -i 2 -j 2 -k 2 -x 40 -y 40 -z 40
8
mpirun -np 16 ../bin/CoMD-mpi -e -i 4 -j 2 -k 2 -x 80 -y 40 -z 40
0 commit comments