From b6740c1689b773dca3c443b7c2e68d8be84f3b89 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 6 May 2003 16:05:00 -0500 Subject: [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: --- src/H5FDmpiposix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5FDmpiposix.c b/src/H5FDmpiposix.c index f262c7a..eda1657 100644 --- a/src/H5FDmpiposix.c +++ b/src/H5FDmpiposix.c @@ -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"); -- cgit v0.12