summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-15 19:15:31 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2019-01-15 19:15:31 (GMT)
commit2880ef43eb03526e7d75551720547b85e66a3086 (patch)
treeec69c85ef5a04340d377dbb13982fcf370b09047 /src
parentf4138013dbc6851e968ea3d37b32776538ef306b (diff)
parentd5c0a54878a418b6a0b581ef4d9a1c5abb463d46 (diff)
downloadhdf5-2880ef43eb03526e7d75551720547b85e66a3086.zip
hdf5-2880ef43eb03526e7d75551720547b85e66a3086.tar.gz
hdf5-2880ef43eb03526e7d75551720547b85e66a3086.tar.bz2
Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_1_10_bmr into hdf5_1_10
Diffstat (limited to 'src')
-rw-r--r--src/H5FDmpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c
index c6bc8e4..efbdafe 100644
--- a/src/H5FDmpio.c
+++ b/src/H5FDmpio.c
@@ -1435,7 +1435,7 @@ H5FD_mpio_read(H5FD_t *_file, H5FD_mem_t H5_ATTR_UNUSED type,
hbool_t rank0_bcast = FALSE; /* If read-with-rank0-and-bcast flag was used */
herr_t ret_value = SUCCEED;
- FUNC_ENTER_STATIC
+ FUNC_ENTER_NOAPI_NOINIT
#ifdef H5FDmpio_DEBUG
if(H5FD_mpio_Debug[(int)'t'])