Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cristian Simarro
darshan
Commits
a0b3f9cc
Commit
a0b3f9cc
authored
Jul 23, 2015
by
Shane Snyder
Browse files
bug fix, add mpi dynamic headers to posix mod
parent
aa46bf39
Changes
2
Hide whitespace changes
Inline
Side-by-side
darshan-runtime/lib/darshan-mpiio.c
View file @
a0b3f9cc
...
...
@@ -15,12 +15,8 @@
#include
<time.h>
#include
<stdlib.h>
#include
<errno.h>
#include
<sys/uio.h>
#include
<sys/mman.h>
#include
<search.h>
#include
<assert.h>
#include
<libgen.h>
#include
<aio.h>
#define __USE_GNU
#include
<pthread.h>
...
...
darshan-runtime/lib/darshan-posix.c
View file @
a0b3f9cc
...
...
@@ -31,6 +31,7 @@
#include
"darshan.h"
#include
"darshan-posix-log-format.h"
#include
"darshan-dynamic.h"
#ifndef HAVE_OFF64_T
typedef
int64_t
off64_t
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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