Skip to content

Commit 5d74d59

Browse files
committed
Fixed code blocks
1 parent b10b99f commit 5d74d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/software/container-engine/guidelines-images/image-mpich.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ com.hooks.cxi.enabled="false"
421421

422422
=== "Point-to-point bandwidth, CPU-to-CPU memory, inter-node communication"
423423
```console
424-
$ srun -N2 --mpi=pmi2 --environment=omb-mpich-no-cxi ./pt2pt/osu_bw --validation
424+
$ srun -N2 --mpi=pmi2 --environment=omb-mpich-no-cxi ./pt2pt/osu_bw --validation
425425

426426
# OSU MPI Bandwidth Test v7.5
427427
# Datatype: MPI_CHAR.

docs/software/container-engine/guidelines-images/image-ompi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ com.hooks.cxi.enabled="false"
419419

420420
=== "Point-to-point bandwidth, CPU-to-CPU memory, inter-node communication"
421421
```console
422-
$ srun -N2 --mpi=pmix --environment=omb-ompi-no-cxi ./pt2pt/osu_bw --validation
422+
$ srun -N2 --mpi=pmix --environment=omb-ompi-no-cxi ./pt2pt/osu_bw --validation
423423

424424
# OSU MPI Bandwidth Test v7.5
425425
# Datatype: MPI_CHAR.

0 commit comments

Comments
 (0)