[Darshan-commits] [Darshan] branch, master, updated. darshan-2.3.1-10-g676030f
Service Account
git at mcs.anl.gov
Tue Sep 8 11:45:47 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 676030f16b4f8c1a062b6abdcbd893aa35698bcc (commit)
from 0ffb95474e51fb29c7b73876e7997208a4f6e17c (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 676030f16b4f8c1a062b6abdcbd893aa35698bcc
Author: Phil Carns <carns at mcs.anl.gov>
Date: Tue Sep 8 16:45:43 2015 +0000
bug fix
-----------------------------------------------------------------------
Summary of changes:
darshan-test/darshan-gather-mpi-posix-usage.pl | 6 +++---
1 files changed, 3 insertions(+), 3 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 ede97b6..71b5513 100755
--- a/darshan-test/darshan-gather-mpi-posix-usage.pl
+++ b/darshan-test/darshan-gather-mpi-posix-usage.pl
@@ -54,13 +54,13 @@ sub wanted
if($#fields == 34)
{
- if($fields[12] > 0){
+ if($fields[13] > 0){
$mpi_coll_count ++;
}
- elsif($fields[11] > 0){
+ elsif($fields[12] > 0){
$mpi_indep_count ++;
}
- elsif($fields[13] > 0){
+ elsif($fields[14] > 0){
$posix_count ++;
}
hooks/post-receive
--
More information about the Darshan-commits
mailing list