[MOAB-dev] r1194 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Tue Jul 10 18:01:15 CDT 2007
Author: kraftche
Date: 2007-07-10 18:01:15 -0500 (Tue, 10 Jul 2007)
New Revision: 1194
Modified:
MOAB/trunk/acsite.m4
Log:
Prefer g++ over pgCC if both are present
Modified: MOAB/trunk/acsite.m4
===================================================================
--- MOAB/trunk/acsite.m4 2007-07-10 22:59:36 UTC (rev 1193)
+++ MOAB/trunk/acsite.m4 2007-07-10 23:01:15 UTC (rev 1194)
@@ -35,8 +35,8 @@
[WITH_MPI=$withval],[WITH_MPI=no] )
case "x$WITH_MPI" in
xno)
- CC_LIST="cc gcc cl egcs"
- CXX_LIST="CC aCC cxx xlC_r xlC pgCC c++ g++ gpp cc++ cl FCC KCC RCC"
+ CC_LIST="cc gcc cl egcs pgcc"
+ CXX_LIST="CC aCC cxx xlC_r xlC c++ g++ pgCC gpp cc++ cl FCC KCC RCC"
;;
xyes)
CC_LIST="mpicc mpcc"
More information about the moab-dev
mailing list