Skip to content

Commit 0951242

Browse files
authored
Turn off higher priority MPI net devices
1 parent eea9b74 commit 0951242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/hpctests/templates/pingpong.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ echo UCX_NET_DEVICES: $UCX_NET_DEVICES
1616
module load {{ hpctests_pingpong_modules | join(' ' ) }}
1717

1818
#srun --mpi=pmi2 IMB-MPI1 pingpong # doesn't work in ohpc v2.1
19-
mpirun IMB-MPI1 pingpong
19+
mpirun -mca pml_ucx_tls any -mca pml_ucx_devices any IMB-MPI1 pingpong

0 commit comments

Comments
 (0)