[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-138-g9e716a5

Service Account git at mcs.anl.gov
Thu Aug 13 16:17:25 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  9e716a5770285d595ca6961ccf418242972c9a09 (commit)
      from  9f202697a19e98ae8822037260f1ec342033d8f4 (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 9e716a5770285d595ca6961ccf418242972c9a09
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date:   Thu Aug 13 16:16:52 2015 -0500

    skip building analyzer/converter for now

-----------------------------------------------------------------------

Summary of changes:
 darshan-util/Makefile.in              |    2 +-
 darshan-util/darshan-posix-logutils.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)


Diff of changes:
diff --git a/darshan-util/Makefile.in b/darshan-util/Makefile.in
index 11bdbf1..8b571db 100644
--- a/darshan-util/Makefile.in
+++ b/darshan-util/Makefile.in
@@ -1,4 +1,4 @@
-all: libdarshan-util.a darshan-analyzer darshan-convert darshan-parser
+all: libdarshan-util.a darshan-parser
 
 DESTDIR =
 srcdir = @srcdir@
diff --git a/darshan-util/darshan-posix-logutils.c b/darshan-util/darshan-posix-logutils.c
index 18ef014..d3640d9 100644
--- a/darshan-util/darshan-posix-logutils.c
+++ b/darshan-util/darshan-posix-logutils.c
@@ -66,7 +66,6 @@ static int darshan_log_get_posix_file(darshan_fd fd, void** psx_buf_p,
     *file_rec = (void *)file;
     *rec_id = file->f_id;
     *psx_buf_p = (file + 1); /* increment input buf by size of file record */
-    //((struct darshan_posix_file *)(*psx_buf_p))++;
     *bytes_left -= sizeof(struct darshan_posix_file);
 
     return(0);


hooks/post-receive
--



More information about the Darshan-commits mailing list