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 edd730e commit d346871Copy full SHA for d346871
ansible/roles/hpctests/templates/pingmatrix.sh.j2
@@ -17,7 +17,7 @@ module load {{ hpctests_pingmatrix_modules | join(' ' ) }}
17
18
mpicc -o nxnlatbw mpi_nxnlatbw.c
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 #}
+# mpirun flags force using UCX TCP transports, overriding higher
+# priority of OpenMPI btl/openib component, which is also using RDMA
+# https://wiki.stackhpc.com/s/985dae84-7bd8-4924-94b7-9629a7827100
23
mpirun -mca pml_ucx_tls any -mca pml_ucx_devices any nxnlatbw
0 commit comments