Skip to content

Commit d346871

Browse files
authored
Replace j2 comments with bash
1 parent edd730e commit d346871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module load {{ hpctests_pingmatrix_modules | join(' ' ) }}
1717

1818
mpicc -o nxnlatbw mpi_nxnlatbw.c
1919

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 #}
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
2323
mpirun -mca pml_ucx_tls any -mca pml_ucx_devices any nxnlatbw

0 commit comments

Comments
 (0)