[Darshan-commits] [Darshan] branch, master, updated. darshan-2.3.1-9-g0ffb954

Service Account git at mcs.anl.gov
Tue Sep 8 11:41:58 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, master has been updated
       via  0ffb95474e51fb29c7b73876e7997208a4f6e17c (commit)
      from  c5a276374ea8c4443f716725e2d06cc3c7ae8b90 (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 0ffb95474e51fb29c7b73876e7997208a4f6e17c
Author: Phil Carns <carns at mcs.anl.gov>
Date:   Tue Sep 8 16:41:44 2015 +0000

    friendlier output

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

Summary of changes:
 darshan-test/darshan-gather-mpi-posix-usage.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Diff of changes:
diff --git a/darshan-test/darshan-gather-mpi-posix-usage.pl b/darshan-test/darshan-gather-mpi-posix-usage.pl
index 4435124..ede97b6 100755
--- a/darshan-test/darshan-gather-mpi-posix-usage.pl
+++ b/darshan-test/darshan-gather-mpi-posix-usage.pl
@@ -81,7 +81,8 @@ sub main
 
     @paths = @ARGV;
 
-    # print("<jobid>\t<version>\t<start ascii>\t<end ascii>\t<start unix>\t<end unix>\t<nprocs>\t<bytes read>\t<bytes written>\t<perf estimate>\n"); 
+    print("# <jobid>\t<#files_using_collectives>\t<#files_using_indep>\t<#files_using_posix>\n"); 
+    print("# NOTE: a given file will only show up in one category, with preference in the order shown above (i.e. a file that used collective I/O will not show up in the indep or posix category).\n");
 
     find(\&wanted, @paths);
 


hooks/post-receive
--



More information about the Darshan-commits mailing list