[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-152-g8eb2f98
Service Account
git at mcs.anl.gov
Fri Aug 21 16:46:24 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 8eb2f98d7ad53bfede836909ff9ba3956b2351a1 (commit)
from 88926470e0528fda0b182f247c0052c84276e3c0 (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 8eb2f98d7ad53bfede836909ff9ba3956b2351a1
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date: Fri Aug 21 16:46:02 2015 -0500
small typo in posix macro
-----------------------------------------------------------------------
Summary of changes:
darshan-runtime/lib/darshan-posix.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Diff of changes:
diff --git a/darshan-runtime/lib/darshan-posix.c b/darshan-runtime/lib/darshan-posix.c
index a4ec6ea..0ef1a08 100644
--- a/darshan-runtime/lib/darshan-posix.c
+++ b/darshan-runtime/lib/darshan-posix.c
@@ -1756,7 +1756,7 @@ static void posix_record_reduction_op(void* infile_v, void* inoutfile_v,
tmp_file.counters[j] = infile->counters[j] + inoutfile->counters[j];
}
- if(POSIX_PARTIAL_FILE(infile))
+ if(POSIX_FILE_PARTIAL(infile))
tmp_file.counters[POSIX_FILE_ALIGNMENT] = inoutfile->counters[POSIX_FILE_ALIGNMENT];
else
tmp_file.counters[POSIX_FILE_ALIGNMENT] = infile->counters[POSIX_FILE_ALIGNMENT];
hooks/post-receive
--
More information about the Darshan-commits
mailing list