[cig-commits] r19773 - seismo/2D/SPECFEM2D/trunk/setup

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Tue Mar 13 18:05:51 PDT 2012


Author: dkomati1
Date: 2012-03-13 18:05:51 -0700 (Tue, 13 Mar 2012)
New Revision: 19773

Modified:
   seismo/2D/SPECFEM2D/trunk/setup/constants.h.in
Log:
changed ACTUALLY_IMPLEMENT_PERM_WHOLE from .true. to .false. by default to reduce the cost / overhead at the beginning of the solver in the case of large runs


Modified: seismo/2D/SPECFEM2D/trunk/setup/constants.h.in
===================================================================
--- seismo/2D/SPECFEM2D/trunk/setup/constants.h.in	2012-03-14 00:18:25 UTC (rev 19772)
+++ seismo/2D/SPECFEM2D/trunk/setup/constants.h.in	2012-03-14 01:05:51 UTC (rev 19773)
@@ -46,7 +46,7 @@
 ! implement Cuthill-McKee or replace with identity permutation
   logical, parameter :: ACTUALLY_IMPLEMENT_PERM_OUT = .false.
   logical, parameter :: ACTUALLY_IMPLEMENT_PERM_INN = .false.
-  logical, parameter :: ACTUALLY_IMPLEMENT_PERM_WHOLE = .true.
+  logical, parameter :: ACTUALLY_IMPLEMENT_PERM_WHOLE = .false. ! .true.
 
 ! create file DATA/model_velocity.dat_output or not (can be huge and slow, thus off by default)
   logical, parameter :: OUTPUT_MODEL_VELOCITY_FILE = .false.



More information about the CIG-COMMITS mailing list