Skip to content

Commit edd730e

Browse files
authored
Update pingpong.sh.j2
1 parent eba9883 commit edd730e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ 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+
20+
{# mpirun flags force using UCX TCP transports, overriding higher #}
21+
{# priority of OpenMPI btl/openib component, which is also using RDMA #}
22+
{# https://wiki.stackhpc.com/s/985dae84-7bd8-4924-94b7-9629a7827100 #}
1923
mpirun -mca pml_ucx_tls any -mca pml_ucx_devices any IMB-MPI1 pingpong

0 commit comments

Comments
 (0)