Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
darshan
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Milestones
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
darshan
darshan
Commits
8eb2f98d
Commit
8eb2f98d
authored
Aug 21, 2015
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small typo in posix macro
parent
88926470
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
darshan-runtime/lib/darshan-posix.c
darshan-runtime/lib/darshan-posix.c
+1
-1
No files found.
darshan-runtime/lib/darshan-posix.c
View file @
8eb2f98d
...
...
@@ -1756,7 +1756,7 @@ static void posix_record_reduction_op(void* infile_v, void* inoutfile_v,
tmp_file
.
counters
[
j
]
=
infile
->
counters
[
j
]
+
inoutfile
->
counters
[
j
];
}
if
(
POSIX_
PARTIAL_FILE
(
infile
))
if
(
POSIX_
FILE_PARTIAL
(
infile
))
tmp_file
.
counters
[
POSIX_FILE_ALIGNMENT
]
=
inoutfile
->
counters
[
POSIX_FILE_ALIGNMENT
];
else
tmp_file
.
counters
[
POSIX_FILE_ALIGNMENT
]
=
infile
->
counters
[
POSIX_FILE_ALIGNMENT
];
...
...
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