Skip to content

Commit a5a4011

Browse files
committed
revert out-of-scope change
1 parent 1018266 commit a5a4011

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/performance/mpi_2D_scaling/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export MKL_NUM_THREADS=1
2929
# Note: This flags are useful on Kahuna to avoid error messages
3030
# But the --mca flags are not necessary for performance
3131
mpirun -np ${NUM_PROCS} --mca pml ucx --mca btl '^openib' \
32-
python ./run_me_with_mpirun.py &> ${PREFIX}.out
32+
python ./mpi_test.py &> ${PREFIX}.out

0 commit comments

Comments
 (0)