summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-11-27 18:31:54 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-05-29 12:18:49 (GMT)
commit1b7743ba879b64baf63f0ec453e521cbea380245 (patch)
tree97924ed2e42b9bdcd9691d8d66264ceb608e636a /src
parent5389fcf6a3e25f91a72c273468fdefc1b073d7ff (diff)
downloadhdf5-1b7743ba879b64baf63f0ec453e521cbea380245.zip
hdf5-1b7743ba879b64baf63f0ec453e521cbea380245.tar.gz
hdf5-1b7743ba879b64baf63f0ec453e521cbea380245.tar.bz2
Yanked all MPI-1 calls
Added batch scripts in bin/batch.
Diffstat (limited to 'src')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 9845945..ab7d45c 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -131,7 +131,7 @@ H5_init_library(void)
if (mpi_initialized && !mpi_finalized) {
int key_val;
- if(MPI_SUCCESS != (mpi_code = MPI_Comm_create_keyval(MPI_NULL_COPY_FN,
+ if(MPI_SUCCESS != (mpi_code = MPI_Comm_create_keyval(MPI_COMM_NULL_COPY_FN,
(MPI_Comm_delete_attr_function *)H5_mpi_delete_cb,
&key_val, NULL)))
HMPI_GOTO_ERROR(FAIL, "MPI_Comm_create_keyval failed", mpi_code)