[Darshan-commits] [Darshan] branch, master, updated. darshan-2.3.1-5-g6be9df5

Service Account git at mcs.anl.gov
Thu Aug 6 18:02:02 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  6be9df5bf66d0c2433d3e828fb8fce2752b1f5c8 (commit)
      from  14ad627477e4aaa2e937f8c9d5078eb9dca5af24 (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 6be9df5bf66d0c2433d3e828fb8fce2752b1f5c8
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date:   Thu Aug 6 18:01:41 2015 -0500

    bug fix in common access counter logic

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

Summary of changes:
 darshan-runtime/darshan.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Diff of changes:
diff --git a/darshan-runtime/darshan.h b/darshan-runtime/darshan.h
index 803e3d4..3c6b5bd 100644
--- a/darshan-runtime/darshan.h
+++ b/darshan-runtime/darshan.h
@@ -187,7 +187,7 @@ extern pthread_mutex_t cp_mutex;
         } \
     } \
     if((!set && !__maxflag) || (!set && __maxflag && (__count) > min)) { \
-        CP_INC(__file, __cntidx+min_index, (__count)); \
+        CP_SET(__file, __cntidx+min_index, __count); \
         CP_SET(__file, __validx+min_index, __value); \
     } \
 } while(0)


hooks/post-receive
--



More information about the Darshan-commits mailing list