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 0951242 commit 9bedf4cCopy full SHA for 9bedf4c
ansible/roles/hpctests/templates/pingmatrix.sh.j2
@@ -16,4 +16,4 @@ echo UCX_NET_DEVICES: $UCX_NET_DEVICES
16
module load {{ hpctests_pingmatrix_modules | join(' ' ) }}
17
18
mpicc -o nxnlatbw mpi_nxnlatbw.c
19
-mpirun nxnlatbw
+mpirun -mca pml_ucx_tls any -mca pml_ucx_devices any nxnlatbw
0 commit comments