diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-01-14 01:54:37 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-01-14 01:54:37 (GMT) |
commit | 110eabd3e559a1e6002e96633a9ac892c21c1211 (patch) | |
tree | efd9c456c783e3aa803d64447f0a1b628b60b3b3 /src | |
parent | dadf2b5fd8689e15ee5d28c74a5956391e914809 (diff) | |
download | hdf5-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.c | 2 |
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']) |