[cig-commits] r21663 - in short/3D/PyLith/trunk: examples/3d/hex8 share tests/2d/plasticity/cyclic

brad at geodynamics.org brad at geodynamics.org
Wed Mar 27 14:43:41 PDT 2013


Author: brad
Date: 2013-03-27 14:43:40 -0700 (Wed, 27 Mar 2013)
New Revision: 21663

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
   short/3D/PyLith/trunk/share/debug_malloc.cfg
   short/3D/PyLith/trunk/tests/2d/plasticity/cyclic/pylithapp.cfg
Log:
Dump malloc debugging to stdout.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2013-03-27 21:28:20 UTC (rev 21662)
+++ short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2013-03-27 21:43:40 UTC (rev 21663)
@@ -67,9 +67,7 @@
 # ----------------------------------------------------------------------
 # Set the solver options.
 [pylithapp.petsc]
-#malloc = True
-#malloc_debug = True
-#malloc_dump = True
+malloc_dump =
 
 # Preconditioner settings.
 pc_type = asm

Modified: short/3D/PyLith/trunk/share/debug_malloc.cfg
===================================================================
--- short/3D/PyLith/trunk/share/debug_malloc.cfg	2013-03-27 21:28:20 UTC (rev 21662)
+++ short/3D/PyLith/trunk/share/debug_malloc.cfg	2013-03-27 21:43:40 UTC (rev 21663)
@@ -1,5 +1,5 @@
 # Settings used to debug memory allocation/deallocation issues.
 [pylithapp.petsc]
-malloc = True
-malloc_debug = True
-malloc_dump = True
+malloc =
+malloc_debug =
+malloc_dump =

Modified: short/3D/PyLith/trunk/tests/2d/plasticity/cyclic/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/plasticity/cyclic/pylithapp.cfg	2013-03-27 21:28:20 UTC (rev 21662)
+++ short/3D/PyLith/trunk/tests/2d/plasticity/cyclic/pylithapp.cfg	2013-03-27 21:43:40 UTC (rev 21663)
@@ -52,9 +52,7 @@
 writer = pylith.meshio.DataWriterHDF5Mesh
 
 [pylithapp.petsc]
-malloc = True
-malloc_debug = True
-malloc_dump = True
+malloc_dump =
 
 
 # End of file



More information about the CIG-COMMITS mailing list