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
Sudheer Chunduri
darshan
Commits
676030f1
Commit
676030f1
authored
Sep 08, 2015
by
Philip Carns
Browse files
bug fix
parent
0ffb9547
Changes
1
Show whitespace changes
Inline
Side-by-side
darshan-test/darshan-gather-mpi-posix-usage.pl
View file @
676030f1
...
...
@@ -54,13 +54,13 @@ sub wanted
if
(
$#fields
==
34
)
{
if
(
$fields
[
1
2
]
>
0
){
if
(
$fields
[
1
3
]
>
0
){
$mpi_coll_count
++
;
}
elsif
(
$fields
[
1
1
]
>
0
){
elsif
(
$fields
[
1
2
]
>
0
){
$mpi_indep_count
++
;
}
elsif
(
$fields
[
1
3
]
>
0
){
elsif
(
$fields
[
1
4
]
>
0
){
$posix_count
++
;
}
...
...
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