Skip to content

Commit f163c9e

Browse files
committed
Remove note tiitles as they break rendering sometimes
1 parent 493246b commit f163c9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/recipes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ For example, in the recipe below, only `netcdf-fortran` will be built with the `
146146

147147
Stackinator can configure cray-mpich (CUDA, ROCM, or non-GPU aware) or OpenMPI (with or without CUDA) (on a per-environment basis, by setting the `mpi` field in an environment.
148148

149-
!!! note Note (on non default MPI veresions)
149+
!!! note
150150
Future versions of Stackinator will fully support OpenMPI, MPICH and MVAPICH when (and if) they develop robust support for HPE SlingShot 11 interconnect.
151151

152152
Current OpenMPI support has been tested lightly and is not guaranteed to be production ready - only [email protected] is supported (default is @5.0.6 at the time of writing - 2025.03.04) - CUDA is supported, ROCM has not yet been tested.
@@ -211,7 +211,7 @@ openmpi-cxi-env:
211211
depends: [libfabric@main]
212212
# on release of libfabric@2, we recommended using @2 in preference to @main ...
213213
```
214-
!!! note Note (on openmpi performance)
214+
!!! note
215215
Currently the performance of OpenMPI on Alps clusters might not be optimal and work is ongoing to fine tune it especially for intra-node performance.
216216

217217
#### Custom MPI builds
@@ -234,7 +234,7 @@ In this example, we must tell spack to fetch our custom git branch from a repo t
234234
git: https://github.com/your-username/ompi
235235
```
236236
237-
!!! note Note (git tags)
237+
!!! note
238238
To build using a specific git commit, use the syntax
239239
```
240240
spec: [email protected]=main

0 commit comments

Comments
 (0)