[mpich2-dev] [PATCH 1/4] Issue 4120: Make 8-byte MPI_Aint the default

Jeff Parker jjparker at us.ibm.com
Sun Mar 30 23:54:09 CDT 2008


This changes the main comm makefile to build the 8 byte MPI_Aint version
of mpich2 by default.

Signed-off-by: Jeff Parker <jjparker at us.ibm.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index a1b31bf..71c3123 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ include Make.rules
 #MSGLAYER_TARGET=commlib|commbgp|bgpdma|msglayer|msglayerbgp|bgptree
 MSGLAYER_TARGET=bgp
 COLL_TARGET=dcmf-bgp
-DEFAULT_MPI=4byte_aint
+DEFAULT_MPI=8byte_aint
 XL = ${shell if test -e "/opt/ibmcmp/vacpp/bg/9.0/bin/bgxlC" ; then echo XL ; else echo GCC ; fi}
 ifeq (${XL},XL)
     CCMI_FAST_CC = XL
-- 
1.5.3.7




More information about the mpich2-dev mailing list