[Darshan-commits] [Darshan] branch, dev-modular, updated. darshan-2.3.1-93-gf18d0c3
Service Account
git at mcs.anl.gov
Mon Apr 6 16:12:33 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 f18d0c3f6b375e058d404f686f4f76324c6f805a (commit)
from 37d5884986e9d072d61cb94bef8885f2482019b0 (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 f18d0c3f6b375e058d404f686f4f76324c6f805a
Author: Phil Carns <carns at mcs.anl.gov>
Date: Mon Apr 6 17:12:24 2015 -0400
fix missing rank in mpiio module
-----------------------------------------------------------------------
Summary of changes:
darshan-runtime/lib/darshan-mpiio.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Diff of changes:
diff --git a/darshan-runtime/lib/darshan-mpiio.c b/darshan-runtime/lib/darshan-mpiio.c
index 3487564..7dd4b74 100644
--- a/darshan-runtime/lib/darshan-mpiio.c
+++ b/darshan-runtime/lib/darshan-mpiio.c
@@ -156,6 +156,7 @@ int MPI_File_open(MPI_Comm comm, char *filename, int amode, MPI_Info info, MPI_F
file = mpiio_file_by_name_setfh(filename, fh);
if(file)
{
+ file->file_record->rank = my_rank;
DARSHAN_COUNTER_F_INC_NO_OVERLAP(file->file_record, tm1, tm2, file->last_mpi_meta_end, DARSHAN_MPIIO_F_META_TIME);
if(DARSHAN_COUNTER_F_VALUE(file->file_record, DARSHAN_MPIIO_F_OPEN_TIMESTAMP) == 0)
DARSHAN_COUNTER_F_SET(file->file_record, DARSHAN_MPIIO_F_OPEN_TIMESTAMP,
hooks/post-receive
--
More information about the Darshan-commits
mailing list