[cig-commits] r19907 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Fri Mar 30 07:46:48 PDT 2012


Author: brad
Date: 2012-03-30 07:46:48 -0700 (Fri, 30 Mar 2012)
New Revision: 19907

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np064.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np128.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np064.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np128.cfg
Log:
Switch to global refinement for large simulations to prevent running out of memory.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np064.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np064.cfg	2012-03-30 14:41:31 UTC (rev 19906)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np064.cfg	2012-03-30 14:46:48 UTC (rev 19907)
@@ -3,8 +3,9 @@
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = hex8_np064.exo
+[pylithapp.mesh_generator]
+reader.filename = hex8_np008.exo
+refiner = pylith.topology.RefineUniform
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np128.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np128.cfg	2012-03-30 14:41:31 UTC (rev 19906)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_np128.cfg	2012-03-30 14:46:48 UTC (rev 19907)
@@ -3,8 +3,9 @@
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = hex8_np128.exo
+[pylithapp.mesh_generator]
+reader.filename = hex8_np016.exo
+refiner = pylith.topology.RefineUniform
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np064.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np064.cfg	2012-03-30 14:41:31 UTC (rev 19906)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np064.cfg	2012-03-30 14:46:48 UTC (rev 19907)
@@ -3,8 +3,9 @@
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = tet4_np064.exo
+[pylithapp.mesh_generator]
+reader.filename = tet4_np008.exo
+refiner = pylith.topology.RefineUniform
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np128.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np128.cfg	2012-03-30 14:41:31 UTC (rev 19906)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_np128.cfg	2012-03-30 14:46:48 UTC (rev 19907)
@@ -3,8 +3,9 @@
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------
-[pylithapp.mesh_generator.reader]
-filename = tet4_np128.exo
+[pylithapp.mesh_generator]
+reader.filename = tet4_np016.exo
+refiner = pylith.topology.RefineUniform
 
 # ----------------------------------------------------------------------
 # output



More information about the CIG-COMMITS mailing list