[Darshan-commits] [Git][darshan/darshan][master] forgot to update some version numbers
Shane Snyder
xgitlab at cels.anl.gov
Thu Jul 7 13:34:52 CDT 2016
Shane Snyder pushed to branch master at darshan / darshan
Commits:
c522d7f9 by Shane Snyder at 2016-07-07T18:29:28+00:00
forgot to update some version numbers
- - - - -
2 changed files:
- darshan-bgq-log-format.h
- darshan-util/darshan-logutils.c
Changes:
=====================================
darshan-bgq-log-format.h
=====================================
--- a/darshan-bgq-log-format.h
+++ b/darshan-bgq-log-format.h
@@ -8,7 +8,7 @@
#define __DARSHAN_BGQ_LOG_FORMAT_H
/* current BGQ log format version */
-#define DARSHAN_BGQ_VER 1
+#define DARSHAN_BGQ_VER 2
#define BGQ_COUNTERS \
/* control system jobid */\
=====================================
darshan-util/darshan-logutils.c
=====================================
--- a/darshan-util/darshan-logutils.c
+++ b/darshan-util/darshan-logutils.c
@@ -887,7 +887,7 @@ static int darshan_log_get_header(darshan_fd fd)
{
fd->state->get_namerecs = darshan_log_get_namerecs_3_00;
}
- else if(strcmp(fd->version, "3.01") == 0)
+ else if(strcmp(fd->version, "3.10") == 0)
{
fd->state->get_namerecs = darshan_log_get_namerecs;
}
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/c522d7f9c3dc706a7faa1cc048a795652cc83f4e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20160707/47a4a296/attachment.html>
More information about the Darshan-commits
mailing list