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 eea9b74 commit 0951242Copy full SHA for 0951242
ansible/roles/hpctests/templates/pingpong.sh.j2
@@ -16,4 +16,4 @@ echo UCX_NET_DEVICES: $UCX_NET_DEVICES
16
module load {{ hpctests_pingpong_modules | join(' ' ) }}
17
18
#srun --mpi=pmi2 IMB-MPI1 pingpong # doesn't work in ohpc v2.1
19
-mpirun IMB-MPI1 pingpong
+mpirun -mca pml_ucx_tls any -mca pml_ucx_devices any IMB-MPI1 pingpong
0 commit comments