[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-62-g91a27d6
Service Account
git at mcs.anl.gov
Tue Mar 24 19:41:59 CDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, dev-modular has been updated
via 91a27d657ce9f8b2421762039d5308c4dbfbf1d2 (commit)
from 64d9f7962af76ea6782347d008f428bd92fd6fba (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 91a27d657ce9f8b2421762039d5308c4dbfbf1d2
Author: Phil Carns <carns at mcs.anl.gov>
Date: Tue Mar 24 20:41:52 2015 -0400
comment out debug printf
-----------------------------------------------------------------------
Summary of changes:
darshan-runtime/lib/darshan-mpiio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Diff of changes:
diff --git a/darshan-runtime/lib/darshan-mpiio.c b/darshan-runtime/lib/darshan-mpiio.c
index 489acd3..b80a3e8 100644
--- a/darshan-runtime/lib/darshan-mpiio.c
+++ b/darshan-runtime/lib/darshan-mpiio.c
@@ -122,7 +122,7 @@ int MPI_File_open(MPI_Comm comm, char *filename, int amode, MPI_Info info, MPI_F
}
/* TODO: record statistics */
- printf("HELLO WORLD!\n");
+ //printf("HELLO WORLD!\n");
#if 0
file = darshan_file_by_name_setfh(filename, (*fh));
hooks/post-receive
--
More information about the Darshan-commits
mailing list