summaryrefslogtreecommitdiffstats
path: root/src/H5Fmodule.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-10-08 01:16:30 (GMT)
committerGitHub <noreply@github.com>2023-10-08 01:16:30 (GMT)
commit6edd9a0aab0d80b64b6038ba2942315cdcc4d0db (patch)
tree1af0eb10740c59c87e14d8b11d32ae8f61894c48 /src/H5Fmodule.h
parent07347cc5dd62b75587eff7db30c6420de4b9b73f (diff)
downloadhdf5-6edd9a0aab0d80b64b6038ba2942315cdcc4d0db.zip
hdf5-6edd9a0aab0d80b64b6038ba2942315cdcc4d0db.tar.gz
hdf5-6edd9a0aab0d80b64b6038ba2942315cdcc4d0db.tar.bz2
Drop MPI-2 support (#3643)
Diffstat (limited to 'src/H5Fmodule.h')
-rw-r--r--src/H5Fmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fmodule.h b/src/H5Fmodule.h
index 8a3f8df..40ff6b4 100644
--- a/src/H5Fmodule.h
+++ b/src/H5Fmodule.h
@@ -1045,7 +1045,7 @@
* The file access properties managed by #H5Pset_fapl_mpio and retrieved by
* #H5Pget_fapl_mpio are the MPI communicator, comm, and the MPI info object, info. comm and
* info are used for file open. info is an information object much like an HDF5 property list. Both
- * are defined in MPI_FILE_OPEN of MPI-2.
+ * are defined in MPI_FILE_OPEN of MPI.
*
* The communicator and the info object are saved in the file access property list fapl_id.
* fapl_id can then be passed to MPI_FILE_OPEN to create and/or open the file.