[cig-commits] r13329 - in long/3D/SNAC/trunk/StGermain: Discretisation/Geometry/src Discretisation/Geometry/tests Discretisation/tests FD/tests libStGermain/testsDynamic src

echoi at geodynamics.org echoi at geodynamics.org
Mon Nov 17 23:41:10 PST 2008


Author: echoi
Date: 2008-11-17 23:41:10 -0800 (Mon, 17 Nov 2008)
New Revision: 13329

Modified:
   long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/src/Geometry.h
   long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/tests/Makefile.def
   long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/tests/makefile
   long/3D/SNAC/trunk/StGermain/Discretisation/tests/makefile
   long/3D/SNAC/trunk/StGermain/FD/tests/makefile
   long/3D/SNAC/trunk/StGermain/libStGermain/testsDynamic/makefile
   long/3D/SNAC/trunk/StGermain/src/makefile
Log:
Completed removing PETSc-dependence.

Modified: long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/src/Geometry.h
===================================================================
--- long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/src/Geometry.h	2008-11-18 07:20:56 UTC (rev 13328)
+++ long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/src/Geometry.h	2008-11-18 07:41:10 UTC (rev 13329)
@@ -69,9 +69,9 @@
 	#include "ParallelDelaunay.h"
 	#include "ComplexVectorMath.h"
 	#include "stg_lapack.h"
-	#include "FullTensorMath.h"
 	#include "TensorMultMath.h"
 	#include "Init.h"
 	#include "Finalise.h"
+/*	#include "FullTensorMath.h" */
 
 #endif /* __Discretisation_Geometry_h__ */

Modified: long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/tests/Makefile.def
===================================================================
--- long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/tests/Makefile.def	2008-11-18 07:20:56 UTC (rev 13328)
+++ long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/tests/Makefile.def	2008-11-18 07:41:10 UTC (rev 13329)
@@ -49,8 +49,8 @@
 	testDelaunay.c \
 	testParallelDelaunay.c \
 	testComplexVectorMath.c \
-	testFullTensorMath.c \
 	testTensorMultMath.c
+#	testFullTensorMath.c \
 	
 def_checks = \
 	testDimensionMacros.0of1.sh \
@@ -71,5 +71,5 @@
 	testParallelDelaunay.0of1.sh \
 	testParallelDelaunay.0of2.sh \
 	testComplexVectorMath.0of1.sh \
-	testFullTensorMath.0of1.sh \
 	testTensorMultMath.0of1.sh \
+#	testFullTensorMath.0of1.sh \

Modified: long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/tests/makefile
===================================================================
--- long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/tests/makefile	2008-11-18 07:20:56 UTC (rev 13328)
+++ long/3D/SNAC/trunk/StGermain/Discretisation/Geometry/tests/makefile	2008-11-18 07:41:10 UTC (rev 13329)
@@ -40,7 +40,8 @@
 EXTERNAL_INCLUDES = -I${INC_DIR}/StGermain 
 EXTERNAL_LIBS = -L${LIB_DIR} -lStGermainDiscretisationGeometry -lStGermainBase ${RPATH_LFLAGS}
 
-packages = PETSC MPI XML MATH
+#packages = PETSC MPI XML MATH
+packages = MPI XML MATH
 
 # obtain defaults for required variables according to system and project location, and then run the build.
 ifndef PROJ_ROOT

Modified: long/3D/SNAC/trunk/StGermain/Discretisation/tests/makefile
===================================================================
--- long/3D/SNAC/trunk/StGermain/Discretisation/tests/makefile	2008-11-18 07:20:56 UTC (rev 13328)
+++ long/3D/SNAC/trunk/StGermain/Discretisation/tests/makefile	2008-11-18 07:41:10 UTC (rev 13329)
@@ -40,7 +40,8 @@
 EXTERNAL_INCLUDES = -I${INC_DIR}/StGermain
 EXTERNAL_LIBS = -L${LIB_DIR} -lStGermainDiscretisation -lStGermainBase ${RPATH_LFLAGS}
 
-packages = PETSC MPI XML MATH
+#packages = PETSC MPI XML MATH
+packages = MPI XML MATH
 
 # obtain defaults for required variables according to system and project location, and then run the build.
 ifndef PROJ_ROOT

Modified: long/3D/SNAC/trunk/StGermain/FD/tests/makefile
===================================================================
--- long/3D/SNAC/trunk/StGermain/FD/tests/makefile	2008-11-18 07:20:56 UTC (rev 13328)
+++ long/3D/SNAC/trunk/StGermain/FD/tests/makefile	2008-11-18 07:41:10 UTC (rev 13329)
@@ -40,7 +40,8 @@
 EXTERNAL_INCLUDES = -I${INC_DIR}/StGermain
 EXTERNAL_LIBS = -L${LIB_DIR} -lStGermainFD -lStGermain -lStGermainDiscretisation -lStGermainBase ${RPATH_LFLAGS}
 
-packages = PETSC MPI XML MATH DL
+#packages = PETSC MPI XML MATH DL
+packages = MPI XML MATH DL
 
 # obtain defaults for required variables according to system and project location, and then run the build.
 ifndef PROJ_ROOT

Modified: long/3D/SNAC/trunk/StGermain/libStGermain/testsDynamic/makefile
===================================================================
--- long/3D/SNAC/trunk/StGermain/libStGermain/testsDynamic/makefile	2008-11-18 07:20:56 UTC (rev 13328)
+++ long/3D/SNAC/trunk/StGermain/libStGermain/testsDynamic/makefile	2008-11-18 07:41:10 UTC (rev 13329)
@@ -44,7 +44,8 @@
 EXTERNAL_INCLUDES = -I${INC_DIR}/StGermain 
 EXTERNAL_LIBS = -lStGermain ${RPATH_LFLAGS}
 
-packages = PETSC MPI XML MATH DL
+#packages = PETSC MPI XML MATH DL
+packages = MPI XML MATH DL
 
 
 # obtain defaults for required variables according to system and project location, and then run the build.

Modified: long/3D/SNAC/trunk/StGermain/src/makefile
===================================================================
--- long/3D/SNAC/trunk/StGermain/src/makefile	2008-11-18 07:20:56 UTC (rev 13328)
+++ long/3D/SNAC/trunk/StGermain/src/makefile	2008-11-18 07:41:10 UTC (rev 13329)
@@ -22,7 +22,8 @@
 
 EXTERNAL_INCLUDES = -DMODULE_EXT=\"${MODULE_EXT}\"
 
-packages = PETSC MPI XML MATH DL HYPRE
+#packages = PETSC MPI XML MATH DL HYPRE
+packages = MPI XML MATH DL HYPRE
 		
 ifdef HAVE_PYTHON
 	packages += PYTHON



More information about the CIG-COMMITS mailing list