[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-60-g5ae8039

Service Account git at mcs.anl.gov
Tue Mar 24 19:18:10 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  5ae8039b11deea5fe88140bb9dba0c496521a62d (commit)
      from  15289f25cfa2b3e6fe6f686f2ababedf34f34aab (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 5ae8039b11deea5fe88140bb9dba0c496521a62d
Author: Phil Carns <carns at mcs.anl.gov>
Date:   Tue Mar 24 20:17:59 2015 -0400

    stub in mpiio log format header

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

Summary of changes:
 darshan-mpiio-log-format.h |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 darshan-mpiio-log-format.h


Diff of changes:
diff --git a/darshan-mpiio-log-format.h b/darshan-mpiio-log-format.h
new file mode 100644
index 0000000..5cf0c66
--- /dev/null
+++ b/darshan-mpiio-log-format.h
@@ -0,0 +1,26 @@
+/*
+ *  (C) 2015 by Argonne National Laboratory.
+ *      See COPYRIGHT in top-level directory.
+ */
+
+#ifndef __DARSHAN_MPIIO_LOG_FORMAT_H
+#define __DARSHAN_MPIIO_LOG_FORMAT_H
+
+#include "darshan-log-format.h"
+
+enum darshan_mpiio_indices
+{
+    DARSHAN_MPIIO_INDEP_OPENS,   /* independent opens */
+    DARSHAN_MPIIO_COLL_OPENS,    /* collective opens */
+
+    DARSHAN_MPIIO_NUM_INDICES,
+};
+
+struct darshan_mpiio_file
+{
+    darshan_record_id f_id;
+    int64_t rank;
+    int64_t counters[DARSHAN_MPIIO_NUM_INDICES];
+};
+
+#endif /* __DARSHAN_MPIIO_LOG_FORMAT_H */


hooks/post-receive
--



More information about the Darshan-commits mailing list