[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1rc2-132-g3146e10

mysql vizuser noreply at mpich.org
Fri Jan 3 13:28:32 CST 2014


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  3146e104017114b0e9a7e04824cfeb7383155d12 (commit)
      from  c099b0bfb5286e481b504a60ed0bc56a27074fbb (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/3146e104017114b0e9a7e04824cfeb7383155d12

commit 3146e104017114b0e9a7e04824cfeb7383155d12
Author: Rob Latham <robl at mcs.anl.gov>
Date:   Fri Jan 3 12:35:21 2014 -0600

    bring back include file needed for MPI_AINT_CAST_TO_VOID_PTR
    
    In romio-standalone fixes, I zapped the inclusion of mpitypedefs.h, but
    the "ensure this large value fits into pointer without overflowing"
    check relied on some MPICH-internal macros/routines.  Only Blue Gene
    driver uses those routines, so nightly tests didn't flag it.
    
    No reviewer.

diff --git a/src/mpi/romio/adio/include/adioi.h b/src/mpi/romio/adio/include/adioi.h
index ea07491..0553dfb 100644
--- a/src/mpi/romio/adio/include/adioi.h
+++ b/src/mpi/romio/adio/include/adioi.h
@@ -824,6 +824,7 @@ int  ADIOI_MPE_iwrite_b;
   /* Use MPID_Ensure_Aint_fits_in_pointer from mpiutil.h and 
          MPI_AINT_CAST_TO_VOID_PTR from configure (mpi.h) */
   #include "glue_romio.h"
+  #include "mpitypedefs.h"  /* for MPI_AINT_CAST_TO_VOID_PTR */
 
   #define ADIOI_AINT_CAST_TO_VOID_PTR (void*)(MPIR_Pint)
   /* The next two casts are only used when you don't want sign extension

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

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


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list