summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-11-28 00:51:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-11-28 00:51:57 (GMT)
commit3c5706ff5b402e3adf1a2f0b11edd0403bcfa941 (patch)
tree2cad40412fdf34efe4685d075ed1e47150d8d7be /src/H5.c
parent3217ffa1ac0c427aedb2c1cc460484c902b89be2 (diff)
parent86c4e7ac0f3d9849e6963fb3534ad33de82a7b04 (diff)
downloadhdf5-3c5706ff5b402e3adf1a2f0b11edd0403bcfa941.zip
hdf5-3c5706ff5b402e3adf1a2f0b11edd0403bcfa941.tar.gz
hdf5-3c5706ff5b402e3adf1a2f0b11edd0403bcfa941.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into stackable_vol
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index d1967e6..bf4643c 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -138,7 +138,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)