[cig-commits] r21585 - seismo/3D/SPECFEM3D/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Mar 19 16:22:47 PDT 2013


Author: dkomati1
Date: 2013-03-19 16:22:47 -0700 (Tue, 19 Mar 2013)
New Revision: 21585

Modified:
   seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt
Log:
added new suggestion about checking memory_eval.f90


Modified: seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt
===================================================================
--- seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt	2013-03-19 23:17:25 UTC (rev 21584)
+++ seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt	2013-03-19 23:22:47 UTC (rev 21585)
@@ -16,7 +16,14 @@
 Add full loop vectorization for critical calculation loops, to make sure we gain a factor of about 1.8 in terms of CPU time as suggested
 by INTEL and as done by Cray and NCSA in their local version of SPECFEM3D_GLOBE.
 
+- new suggestion:
 
+doublecheck carefully file memory_eval.f90 in both SPECFEM3D_Cartesian and SPECFEM3D_Globe
+(in particular now that C-PML has been implemented in SPECFEM3D_Cartesian), as both codes have undergone lots of changes in the past few months
+and thus new big arrays have been used, in particular for C-PML (but only in the CPML layers for these arrays, not in the rest of the model);
+Thus we should make sure that all these arrays are taken into account in the memory estimate computed in memory_eval.f90.
+
+
 ------------------------------------------------
 CPML :
 ------------------------------------------------



More information about the CIG-COMMITS mailing list