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

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Mar 19 14:37:46 PDT 2013


Author: dkomati1
Date: 2013-03-19 14:37:46 -0700 (Tue, 19 Mar 2013)
New Revision: 21574

Modified:
   seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt
Log:
updated the to-do list


Modified: seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt
===================================================================
--- seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt	2013-03-19 21:31:52 UTC (rev 21573)
+++ seismo/3D/SPECFEM3D/trunk/todo_list_please_dont_remove.txt	2013-03-19 21:37:46 UTC (rev 21574)
@@ -10,20 +10,11 @@
 
 Add full viscoelastic kernels, undoing full attenuation
 
-- suggestion 36:
-----------------
-
-Add Deville for acoustic media; currently there is Deville for viscoelastic media only
-
-- suggestion 37:
-----------------
-
-Add QKappa attenuation in solids and in fluids, in addition to Qmu
-
 - suggestion 38:
 ----------------
 
-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.
+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.
 
 
 ------------------------------------------------
@@ -38,13 +29,6 @@
 in the second set of simulations, starting from the last time frame and going backwards)
 
 
-- suggestion 34:
-----------------
-
-DK DK new suggestion by Dimitri, Jan 2013: add GPU support for C-PML once the C-PML code is finished;
-C-PML is currently only implemented in regular Fortran + MPI
-
-
 - suggestion 19:
 ----------------
 
@@ -226,9 +210,16 @@
 GPU:
 ------------------------------------------------
 
-- suggestion 22:
+- suggestion 34:
 ----------------
 
+DK DK new suggestion by Dimitri, Jan 2013: add GPU support for C-PML once the C-PML code is finished;
+C-PML is currently only implemented in regular Fortran + MPI
+
+
+- suggestion 22: (not really critical, probably not worth doing, at least for now)
+----------------
+
 when I said that the future codes will support either CPUs or GPUs (in the same code but not simultaneously because we do not
 compute part of the elements on the graphics cards and the rest on the CPUs): I realize that that is true but that there is an easy
 and elegant way of running hybrid calculations anyway without changing the code:
@@ -338,6 +329,9 @@
 + prepare automated tests
 
 
+
+
+
 Older to-do lists of SPECFEM2D, SPECFEM3D and SPECFEM3D_GLOBE (some items are probably still useful to implement):
 ------------------------------------------------------------------------------------------------------------------
 
@@ -1131,4 +1125,13 @@
 packages that require a topologically-regular grid of points as input).
 
 
+- suggestion 37:
+----------------
 
+Add QKappa attenuation in solids and in fluids, in addition to Qmu
+
+- suggestion 36:
+----------------
+
+Add Deville for acoustic media; currently there is Deville for viscoelastic media only:  done by Dimitri in March 2013
+



More information about the CIG-COMMITS mailing list