[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc1-20-ga956292

mysql vizuser noreply at mpich.org
Thu Nov 14 16:37:37 CST 2013


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  a95629278a2478ef7b6da223353ea0c8a9e69434 (commit)
      from  a4c8f44235de1923ceb0cf113b17fd3bc9d4e33a (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/a95629278a2478ef7b6da223353ea0c8a9e69434

commit a95629278a2478ef7b6da223353ea0c8a9e69434
Author: Bob Cernohous <bobc at us.ibm.com>
Date:   Tue Sep 10 12:02:23 2013 -0500

    Better detect no shared file support
    
    IBM Issue 9705: instead of checking "file system A or file system B",
    use the file-system feature.
    
    also closes #1724
    
    Signed-off-by: Rob Latham <robl at mcs.anl.gov>

diff --git a/src/mpi/romio/adio/include/adioi_error.h b/src/mpi/romio/adio/include/adioi_error.h
index 9045282..300a063 100644
--- a/src/mpi/romio/adio/include/adioi_error.h
+++ b/src/mpi/romio/adio/include/adioi_error.h
@@ -120,9 +120,7 @@ if ((count*dtype_size) % fh->etype_size != 0) {				     \
 }
 
 #define MPIO_CHECK_FS_SUPPORTS_SHARED(fh, myname, error_code)		\
-if ((fh->file_system == ADIO_PIOFS) ||					\
-    (fh->file_system == ADIO_PVFS) || 					\
-    (fh->file_system == ADIO_PVFS2))					\
+if (!ADIO_Feature(fh, ADIO_SHARED_FP))                                  \
 {									\
     error_code = MPIO_Err_create_code(MPI_SUCCESS,			\
 				      MPIR_ERR_RECOVERABLE,		\

-----------------------------------------------------------------------

Summary of changes:
 src/mpi/romio/adio/include/adioi_error.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list