[cig-commits] r17286 - in short/3D/PyLith/trunk: . examples/bar_shearwave/tri3 playpen/quadratic/twotet10

brad at geodynamics.org brad at geodynamics.org
Fri Oct 15 16:13:43 PDT 2010


Author: brad
Date: 2010-10-15 16:13:43 -0700 (Fri, 15 Oct 2010)
New Revision: 17286

Removed:
   short/3D/PyLith/trunk/playpen/quadratic/twotet10/dislocation.jpg
Modified:
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
Log:
Updated tetgen and hdf5 tests for changes to PETSc variables.

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2010-10-15 23:08:38 UTC (rev 17285)
+++ short/3D/PyLith/trunk/configure.ac	2010-10-15 23:13:43 UTC (rev 17286)
@@ -179,7 +179,7 @@
 if test "$enable_tetgen" = "yes" ; then
   AC_REQUIRE_CPP
   AC_LANG(C++)
-  CPPFLAGS="$PETSC_INCLUDE $PETSC_CXX_INCLUDE $CPPFLAGS"
+  CPPFLAGS="$PETSC_CC_INCLUDES $PETSC_CXX_INCLUDE $CPPFLAGS"
   AC_CHECK_HEADER([tetgen.h], [], [
     AC_MSG_ERROR([tetgen header not found; check PETSc installation.])
   ])
@@ -197,7 +197,7 @@
 if test "$enable_hdf5" = "yes" ; then
   AC_REQUIRE_CPP
   AC_LANG(C++)
-  CPPFLAGS="$PETSC_INCLUDE $PETSC_CXX_INCLUDE $CPPFLAGS"  
+  CPPFLAGS="$PETSC_CC_INCLUDES $PETSC_CXX_INCLUDE $CPPFLAGS"  
   AC_CHECK_HEADER([hdf5.h], [], [
     AC_MSG_ERROR([HDF5 header not found.])
   ])

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2010-10-15 23:08:38 UTC (rev 17285)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2010-10-15 23:13:43 UTC (rev 17286)
@@ -223,19 +223,19 @@
 vertex_data_fields = [displacement,velocity]
 skip = 2
 writer.filename = output/shearwave.vtk
-writer.time_format = %05.2f
+#writer.time_format = %05.2f
 
 # Give basename for VTK fault output.
 [pylithapp.timedependent.interfaces.fault.output]
 skip = 2
 writer.filename = output/shearwave-fault.vtk
-writer.time_format = %05.2f
+#writer.time_format = %05.2f
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.elastic.output]
 skip = 29
 writer.filename = output/shearwave-statevars.vtk
-writer.time_format = %05.2f
+#writer.time_format = %05.2f
 
 # Averate state variables over cell
 cell_filter = pylith.meshio.CellFilterAvgMesh

Deleted: short/3D/PyLith/trunk/playpen/quadratic/twotet10/dislocation.jpg
===================================================================
(Binary files differ)



More information about the CIG-COMMITS mailing list