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

brad at geodynamics.org brad at geodynamics.org
Tue May 1 10:13:04 PDT 2012


Author: brad
Date: 2012-05-01 10:13:04 -0700 (Tue, 01 May 2012)
New Revision: 20013

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_pctests.py
Log:
Updated schur status.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_pctests.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_pctests.py	2012-05-01 16:46:13 UTC (rev 20012)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/run_pctests.py	2012-05-01 17:13:04 UTC (rev 20013)
@@ -77,23 +77,14 @@
   runPyLith("schur_diag.cfg", "schur_diag")
 
   # Schur complement, lower
-  #
-  # STATUS: BUG, hangs at very beginning of solve for tet4 
-  #              hangs at iteration 8 for hex8
   print "schur, lower"
   runPyLith("schur_lower.cfg", "schur_lower")
 
   # Schur complement, upper
-  #
-  # STATUS: BUG, hangs at very beginning of solve for tet4 
-  #              works for hex8
   print "schur, upper"
   runPyLith("schur_upper.cfg", "schur_upper")
 
   # Schur complement, full
-  #
-  # STATUS: BUG, hangs at very beginning of solve for tet4 
-  #              works for hex8
   print "schur, full"
   runPyLith("schur_full.cfg", "schur_full")
 



More information about the CIG-COMMITS mailing list