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
intel-hpdd
darshan-dxlt
Commits
6be9df5b
Commit
6be9df5b
authored
Aug 06, 2015
by
Shane Snyder
Browse files
bug fix in common access counter logic
parent
14ad6274
Changes
1
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/darshan.h
View file @
6be9df5b
...
...
@@ -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)
...
...
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