[cig-commits] r14036 - long/3D/SNAC/trunk/StGermain/VMake/Config

echoi at geodynamics.org echoi at geodynamics.org
Tue Feb 10 17:16:42 PST 2009


Author: echoi
Date: 2009-02-10 17:16:42 -0800 (Tue, 10 Feb 2009)
New Revision: 14036

Modified:
   long/3D/SNAC/trunk/StGermain/VMake/Config/mpi-config.sh
Log:
Removed a library dependency that causes error when StGermain is built 
against MPICH2.



Modified: long/3D/SNAC/trunk/StGermain/VMake/Config/mpi-config.sh
===================================================================
--- long/3D/SNAC/trunk/StGermain/VMake/Config/mpi-config.sh	2009-02-11 00:06:18 UTC (rev 14035)
+++ long/3D/SNAC/trunk/StGermain/VMake/Config/mpi-config.sh	2009-02-11 01:16:42 UTC (rev 14036)
@@ -69,7 +69,7 @@
 	case ${SYSTEM} in
 		Linux|CYGWIN|Darwin|SunOS)
 			if test "${MPI_IMPLEMENTATION}" = "mpich2"; then
-				MPI_LIBFILES='-lmpich -lpmpich'
+				MPI_LIBFILES='-lmpich'
 				setValueWithDefault MPI_LIBRARY 'mpich'
 			elif test "${MPI_IMPLEMENTATION}" = "mpich"; then
 				MPI_LIBFILES='-lmpich -lpmpich'



More information about the CIG-COMMITS mailing list