[MOAB-dev] r4584 - MOAB/trunk/config
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Fri Mar 11 18:23:59 CST 2011
Author: kraftche
Date: 2011-03-11 18:23:59 -0600 (Fri, 11 Mar 2011)
New Revision: 4584
Modified:
MOAB/trunk/config/compiler.m4
Log:
if --with-mpi is specified w/out a value, prefer mpixlcxx over mpicxx if both are present, and analogous for C and Fortran
Modified: MOAB/trunk/config/compiler.m4
===================================================================
--- MOAB/trunk/config/compiler.m4 2011-03-11 20:09:06 UTC (rev 4583)
+++ MOAB/trunk/config/compiler.m4 2011-03-12 00:23:59 UTC (rev 4584)
@@ -74,10 +74,10 @@
[WITH_MPI=$withval],[WITH_MPI=no] )
if test "xno" != "x$WITH_MPI"; then
- CC_LIST="mpicc mpcc"
- CXX_LIST="mpiCC mpCC mpicxx"
- FC_LIST="mpif90"
- F77_LIST="mpif77"
+ CC_LIST="mpixlc mpicc mpcc"
+ CXX_LIST="mpixlcxx mpiCC mpCC mpicxx"
+ FC_LIST="mpixlf95 mpixlf90 mpif90"
+ F77_LIST="mpixlf77 mpif77"
DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS --with-mpi=\"${withval}\""
if test "xyes" == "x$WITH_MPI"; then
More information about the moab-dev
mailing list