[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b4-16-g22a77dc
Service Account
noreply at mpich.org
Tue Jul 28 16:13:44 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 "MPICH primary repository".
The branch, master has been updated
via 22a77dceda11da45d939e82f1c60618fd1439bea (commit)
from bfd674b37b1fb35957e5177fed1451e0e8a67ded (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 -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/22a77dceda11da45d939e82f1c60618fd1439bea
commit 22a77dceda11da45d939e82f1c60618fd1439bea
Author: Rob Latham <robl at mcs.anl.gov>
Date: Tue Jul 28 15:30:09 2015 -0500
remove bogus double-seek from hint processing fix
No Reviewer
diff --git a/src/mpi/romio/adio/ad_lustre/ad_lustre_open.c b/src/mpi/romio/adio/ad_lustre/ad_lustre_open.c
index bfb16c4..a3b03be 100644
--- a/src/mpi/romio/adio/ad_lustre/ad_lustre_open.c
+++ b/src/mpi/romio/adio/ad_lustre/ad_lustre_open.c
@@ -147,9 +147,6 @@ void ADIOI_LUSTRE_Open(ADIO_File fd, int *error_code)
if (fd->access_mode & ADIO_APPEND)
fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END);
- if ((fd->fd_sys != -1) && (fd->access_mode & ADIO_APPEND))
- fd->fp_ind = fd->fp_sys_posn = lseek(fd->fd_sys, 0, SEEK_END);
-
fd->fd_direct = -1;
if (fd->direct_write || fd->direct_read) {
fd->fd_direct = open(fd->filename, amode_direct, perm);
-----------------------------------------------------------------------
Summary of changes:
src/mpi/romio/adio/ad_lustre/ad_lustre_open.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list