[cig-commits] r18599 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Sun Jun 12 14:15:39 PDT 2011


Author: brad
Date: 2011-06-12 14:15:38 -0700 (Sun, 12 Jun 2011)
New Revision: 18599

Modified:
   short/3D/PyLith/trunk/TODO
Log:
Updated TODO.

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2011-06-12 21:14:18 UTC (rev 18598)
+++ short/3D/PyLith/trunk/TODO	2011-06-12 21:15:38 UTC (rev 18599)
@@ -44,8 +44,6 @@
       Use impedance approach
     + Are material models consistent with governing equations discussion? [CHARLES]
 
-* subduction example [BRAD]
-
 * Proofread
   + 3d/tet4 (split into steps with field split and global refinement)
   + ed/hex8 (steps 6-9 use HDF5)
@@ -54,39 +52,8 @@
   + HDF5
   + Release notes
   + Viscoelastic materials
+  + subduction example [BRAD]
 
-
-
-
-----------------------------------------
-MISCELLANEOUS
-----------------------------------------
-
-* Memory model [MATT and BRAD]
-
-  (1) The memory logging for distribution logs Creation and Stratification
-  as Creation. Because we set the logging stages in PyLith and these
-  are lumped together within the same Sieve routine, we cannot
-  separate them.
-
-  (2) When we deallocate the distributed mesh, we do not deallocate all of
-  the memory. This suggests some object is leaking memory.
-
-  (3) The memory used by the distributed mesh is much greater than
-  that predicted by the memory model. MATT- Could this be related to
-  each processor having lots of gaps in the range of cells and
-  vertices it has?
-
-  - Can Fusion be leaking memory?
-
-  - How do we separate parallel stratification?
-
-  IntSections - Matt improved distribution to use allow IntSections
-  over vertices or cells rather than vertices + cells. This cuts
-  differences down to 75%.
-
-  Need to check sum, because we may not be tracking deallocation.
-
 ======================================================================
 CURRENT ISSUES/PRIORITIES (1.7.0)
 ======================================================================
@@ -142,6 +109,35 @@
 
   Line search should be improved to include the inequality constraints.
 
+----------------------------------------
+MISCELLANEOUS
+----------------------------------------
+
+* Memory model [MATT and BRAD]
+
+  (1) The memory logging for distribution logs Creation and Stratification
+  as Creation. Because we set the logging stages in PyLith and these
+  are lumped together within the same Sieve routine, we cannot
+  separate them.
+
+  (2) When we deallocate the distributed mesh, we do not deallocate all of
+  the memory. This suggests some object is leaking memory.
+
+  (3) The memory used by the distributed mesh is much greater than
+  that predicted by the memory model. MATT- Could this be related to
+  each processor having lots of gaps in the range of cells and
+  vertices it has?
+
+  - Can Fusion be leaking memory?
+
+  - How do we separate parallel stratification?
+
+  IntSections - Matt improved distribution to use allow IntSections
+  over vertices or cells rather than vertices + cells. This cuts
+  differences down to 75%.
+
+  Need to check sum, because we may not be tracking deallocation.
+
 ----------------------------------------------------------------------
 SECONDARY PRIORITIES
 ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list