[cig-commits] r11745 - seismo/3D/SPECFEM3D_GLOBE/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Apr 3 10:04:02 PDT 2008


Author: dkomati1
Date: 2008-04-03 10:04:02 -0700 (Thu, 03 Apr 2008)
New Revision: 11745

Modified:
   seismo/3D/SPECFEM3D_GLOBE/trunk/constants.h.in
Log:
turned Cuthill-McKee permutation off by default, because it can be expensive for large meshes


Modified: seismo/3D/SPECFEM3D_GLOBE/trunk/constants.h.in
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/trunk/constants.h.in	2008-04-03 16:21:39 UTC (rev 11744)
+++ seismo/3D/SPECFEM3D_GLOBE/trunk/constants.h.in	2008-04-03 17:04:02 UTC (rev 11745)
@@ -491,12 +491,12 @@
   integer, parameter :: NGLOB_DOUBLING_BASICBRICK = 27
 
 ! for Cuthill-McKee (1969) permutation
-  logical, parameter :: PERFORM_CUTHILL_MCKEE = .true.
+  logical, parameter :: PERFORM_CUTHILL_MCKEE = .false.
 ! do not implement ordering in the inner core because it is small
   logical, parameter :: PERMUTE_INNER_CORE = .false.
   integer, parameter :: NGNOD_HEXAHEDRA = 8
 ! perform classical or multi-level Cuthill-McKee ordering
-  logical, parameter :: CMcK_MULTI = .true.
+  logical, parameter :: CMcK_MULTI = .false.
 ! maximum size if multi-level Cuthill-McKee ordering
   integer, parameter :: LIMIT_MULTI_CUTHILL = 50
 



More information about the cig-commits mailing list