[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-64-g165a27f
Service Account
git at mcs.anl.gov
Tue Mar 24 19:59:25 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 165a27fc58a7791bf3cc0f6e9986a2ba9db311ab (commit)
from 43cfa9bf3b3c49cb32fd3cfba8a9b4324922eefe (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 165a27fc58a7791bf3cc0f6e9986a2ba9db311ab
Author: Phil Carns <carns at mcs.anl.gov>
Date: Tue Mar 24 20:59:19 2015 -0400
call init fn
-----------------------------------------------------------------------
Summary of changes:
darshan-runtime/lib/darshan-mpiio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Diff of changes:
diff --git a/darshan-runtime/lib/darshan-mpiio.c b/darshan-runtime/lib/darshan-mpiio.c
index 68b6eb0..009694e 100644
--- a/darshan-runtime/lib/darshan-mpiio.c
+++ b/darshan-runtime/lib/darshan-mpiio.c
@@ -116,7 +116,7 @@ int MPI_File_open(MPI_Comm comm, char *filename, int amode, MPI_Info info, MPI_F
if(ret == MPI_SUCCESS)
{
MPIIO_LOCK();
- /* TODO: initialize fn */
+ mpiio_runtime_initialize();
/* use ROMIO approach to strip prefix if present */
/* strip off prefix if there is one, but only skip prefixes
hooks/post-receive
--
More information about the Darshan-commits
mailing list