Skip to content

Commit 9bedf4c

Browse files
authored
Update pingmatrix.sh.j2
1 parent 0951242 commit 9bedf4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/hpctests/templates/pingmatrix.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_pingmatrix_modules | join(' ' ) }}
1717

1818
mpicc -o nxnlatbw mpi_nxnlatbw.c
19-
mpirun nxnlatbw
19+
mpirun -mca pml_ucx_tls any -mca pml_ucx_devices any nxnlatbw

0 commit comments

Comments
 (0)