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 1018266 commit a5a4011Copy full SHA for a5a4011
test/performance/mpi_2D_scaling/run_me_with_mpirun.py renamed to test/performance/mpi_2D_scaling/mpi_test.py
test/performance/mpi_2D_scaling/run.sh
@@ -29,4 +29,4 @@ export MKL_NUM_THREADS=1
29
# Note: This flags are useful on Kahuna to avoid error messages
30
# But the --mca flags are not necessary for performance
31
mpirun -np ${NUM_PROCS} --mca pml ucx --mca btl '^openib' \
32
- python ./run_me_with_mpirun.py &> ${PREFIX}.out
+ python ./mpi_test.py &> ${PREFIX}.out
0 commit comments