diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-11-27 18:31:54 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-11-27 18:31:54 (GMT) |
commit | 8cf3bfb14bd2a80f13d269a9e84cd99f86f19254 (patch) | |
tree | e03a64d73ec6cd4b2cfc2d801e22056e839d00a2 /src/H5.c | |
parent | bd820f7861bcc4a1cda364171e045f9aff81fafc (diff) | |
download | hdf5-8cf3bfb14bd2a80f13d269a9e84cd99f86f19254.zip hdf5-8cf3bfb14bd2a80f13d269a9e84cd99f86f19254.tar.gz hdf5-8cf3bfb14bd2a80f13d269a9e84cd99f86f19254.tar.bz2 |
Yanked all MPI-1 calls
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |