mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r6810] Purpose:
Update Description: Some of the TRACE macros were updated to reflect a new parameter. Platforms tested: Linux Solaris w/ zlib Irix w/ zlib Misc. update:
This commit is contained in:
parent
eefb691edf
commit
b6740c1689
@ -317,7 +317,7 @@ H5Pset_fapl_mpiposix(hid_t fapl_id, MPI_Comm comm, hbool_t use_gpfs)
|
||||
herr_t ret_value;
|
||||
|
||||
FUNC_ENTER_API(H5Pset_fapl_mpiposix, FAIL);
|
||||
H5TRACE2("e","iMc",fapl_id,comm);
|
||||
H5TRACE3("e","iMcb",fapl_id,comm,use_gpfs);
|
||||
|
||||
/* Check arguments */
|
||||
if(NULL == (plist = H5P_object_verify(fapl_id,H5P_FILE_ACCESS)))
|
||||
@ -376,7 +376,7 @@ H5Pget_fapl_mpiposix(hid_t fapl_id, MPI_Comm *comm/*out*/, hbool_t *use_gpfs/*ou
|
||||
herr_t ret_value=SUCCEED; /* Return value */
|
||||
|
||||
FUNC_ENTER_API(H5Pget_fapl_mpiposix, FAIL);
|
||||
H5TRACE2("e","ix",fapl_id,comm);
|
||||
H5TRACE3("e","ixx",fapl_id,comm,use_gpfs);
|
||||
|
||||
if(NULL == (plist = H5P_object_verify(fapl_id,H5P_FILE_ACCESS)))
|
||||
HGOTO_ERROR(H5E_PLIST, H5E_BADTYPE, FAIL, "not a file access list");
|
||||
|
Loading…
x
Reference in New Issue
Block a user