summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-01-14 01:54:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-01-14 01:54:37 (GMT)
commit110eabd3e559a1e6002e96633a9ac892c21c1211 (patch)
treeefd9c456c783e3aa803d64447f0a1b628b60b3b3 /src
parentdadf2b5fd8689e15ee5d28c74a5956391e914809 (diff)
downloadhdf5-110eabd3e559a1e6002e96633a9ac892c21c1211.zip
hdf5-110eabd3e559a1e6002e96633a9ac892c21c1211.tar.gz
hdf5-110eabd3e559a1e6002e96633a9ac892c21c1211.tar.bz2
Fix for debug assert in H5FDmpio.c
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'])