[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-119-ga0b3f9c
Service Account
git at mcs.anl.gov
Thu Jul 23 14:27:17 CDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, dev-modular has been updated
via a0b3f9cc1820fa2e7828ad0919886e9739e03187 (commit)
from aa46bf39a7c294be76267303f98f8d34a5da3975 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a0b3f9cc1820fa2e7828ad0919886e9739e03187
Author: Shane Snyder <ssnyder at mcs.anl.gov>
Date: Thu Jul 23 14:26:02 2015 -0500
bug fix, add mpi dynamic headers to posix mod
-----------------------------------------------------------------------
Summary of changes:
darshan-runtime/lib/darshan-mpiio.c | 4 ----
darshan-runtime/lib/darshan-posix.c | 1 +
2 files changed, 1 insertions(+), 4 deletions(-)
Diff of changes:
diff --git a/darshan-runtime/lib/darshan-mpiio.c b/darshan-runtime/lib/darshan-mpiio.c
index 29e529b..7971191 100644
--- a/darshan-runtime/lib/darshan-mpiio.c
+++ b/darshan-runtime/lib/darshan-mpiio.c
@@ -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>
diff --git a/darshan-runtime/lib/darshan-posix.c b/darshan-runtime/lib/darshan-posix.c
index b0bf350..1d0d7af 100644
--- a/darshan-runtime/lib/darshan-posix.c
+++ b/darshan-runtime/lib/darshan-posix.c
@@ -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;
hooks/post-receive
--
More information about the Darshan-commits
mailing list