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
9abfa98b
Commit
9abfa98b
authored
Mar 01, 2018
by
Rob Latham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mapped wrong function
parent
4063260c
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-mpiio.c
darshan-runtime/lib/darshan-mpiio.c
+1
-1
No files found.
darshan-runtime/lib/darshan-mpiio.c
View file @
9abfa98b
...
...
@@ -459,7 +459,7 @@ int DARSHAN_DECL(MPI_File_read_all)(MPI_File fh, void * buf, int count, MPI_Data
int
ret
;
double
tm1
,
tm2
;
MAP_OR_FAIL
(
PMPI_File_
write_at
);
MAP_OR_FAIL
(
PMPI_File_
read_all
);
tm1
=
darshan_core_wtime
();
ret
=
__real_PMPI_File_read_all
(
fh
,
buf
,
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