Skip to content

Commit 91a8d34

Browse files
committed
Update hardcoded version values in documentation for Init_threads
Signed-off-by: Aurelien Bouteiller <[email protected]>
1 parent 1bea4f7 commit 91a8d34

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/man-openmpi/man3/MPI_Init_thread.3.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,12 @@ of the values listed below.
173173
* - ``MPI_THREAD_MULTIPLE``
174174
- ``MPI_THREAD_MULTIPLE``, ``MULTIPLE``, 3
175175

176-
.. note:: Prior to Open MPI v6.0.0, only the integer values 0 through
176+
.. note:: In Open MPI v5.0.8 and prior, only the integer values 0 through
177177
3 were acceptable values for the ``OMPI_MPI_THREAD_LEVEL``
178178
environment variable.
179179

180-
Starting with Open MPI v6.0.0, the Open MPI community
181-
recomends using one of the string name variants so that it
182-
can be correctly mapped to the corresponding Open MPI ABI
183-
value or the MPI Standard ABI value, as relevant.
180+
Starting with Open MPI v5.0.9, the Open MPI community
181+
recomends using one of the string name variants.
184182

185183
NOTES
186184
-----

0 commit comments

Comments
 (0)