Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
darshan
darshan
Commits
c522d7f9
Commit
c522d7f9
authored
Jul 07, 2016
by
Shane Snyder
Browse files
forgot to update some version numbers
parent
835019e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-bgq-log-format.h
View file @
c522d7f9
...
...
@@ -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
View file @
c522d7f9
...
...
@@ -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.
0
1"
)
==
0
)
else
if
(
strcmp
(
fd
->
version
,
"3.1
0
"
)
==
0
)
{
fd
->
state
->
get_namerecs
=
darshan_log_get_namerecs
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment