summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_parallel
diff options
context:
space:
mode:
authorChristoph Niethammer <cniethammer@users.noreply.github.com>2024-02-21 20:04:38 (GMT)
committerGitHub <noreply@github.com>2024-02-21 20:04:38 (GMT)
commitf1e8f42b5ae28d11562624738cd92e8c086cadfe (patch)
tree3a9296edd041ff5225f90839cfaee07119c0bde9 /release_docs/INSTALL_parallel
parentd4b43e0b438057c004b817750f424e66d2c3770e (diff)
downloadhdf5-f1e8f42b5ae28d11562624738cd92e8c086cadfe.zip
hdf5-f1e8f42b5ae28d11562624738cd92e8c086cadfe.tar.gz
hdf5-f1e8f42b5ae28d11562624738cd92e8c086cadfe.tar.bz2
Replace deprecated Fortran 'include mpif.h' with 'USE mpi' (#4031)
With MPI 4.1 the use of the mpif.h include file has been deprecated. Codes should transition to USE mpi or USE mpi_f08. Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
Diffstat (limited to 'release_docs/INSTALL_parallel')
-rw-r--r--release_docs/INSTALL_parallel4
1 files changed, 1 insertions, 3 deletions
diff --git a/release_docs/INSTALL_parallel b/release_docs/INSTALL_parallel
index d3d7830..8dabf89 100644
--- a/release_docs/INSTALL_parallel
+++ b/release_docs/INSTALL_parallel
@@ -358,11 +358,9 @@ main(int ac, char **av)
PROGRAM MPIOEXAMPLE
- ! USE MPI
+ USE mpi
IMPLICIT NONE
-
- INCLUDE 'mpif.h'
CHARACTER(LEN=80), PARAMETER :: filename = "filef.h5" ! File name
INTEGER :: ierror ! Error flag