Skip to content

Commit c9f6e3d

Browse files
committed
[BUGFIX] Normalize output style
1 parent dc04f2c commit c9f6e3d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/containers/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ apptainer run --nv cuda_samples.sif
119119

120120
The latest command should print:
121121
!!! note "Output"
122-
<pre>CUDA Device Query (Runtime API) version (CUDART static linking)
122+
```
123+
CUDA Device Query (Runtime API) version (CUDART static linking)
123124

124125
Detected 1 CUDA Capable device(s)
125126

@@ -157,12 +158,11 @@ The latest command should print:
157158
Supports MultiDevice Co-op Kernel Launch: Yes
158159
Device PCI Domain ID / Bus ID / location ID: 0 / 30 / 0
159160
Compute Mode:
160-
&lt; Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) &gt;
161+
< Default (multiple host threads can use ::cudaSetDevice() with device simultaneously) >
161162

162163
deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 10.2, CUDA Runtime Version = 10.1, NumDevs = 1
163164
Result = PASS
164-
</pre>
165-
165+
```
166166

167167
### MPI and Apptainer containers
168168

@@ -219,10 +219,10 @@ Once the container image is ready, you can use it for example inside the followi
219219
module load tools/Apptainer
220220
srun apptainer run mpi_osu.sif
221221
```
222-
The content of the output file:
222+
The content of the output:
223223

224-
!!! note "Output"
225-
```
224+
!!! note "Job output"
225+
```
226226
# OSU MPI Bandwidth Test v5.3.2
227227
# Size Bandwidth (MB/s)
228228
1 0.35

0 commit comments

Comments
 (0)