[cig-commits] r21133 - seismo/3D/FAULT_SOURCE/branches/new_fault_db/decompose_mesh_SCOTCH

ampuero at geodynamics.org ampuero at geodynamics.org
Tue Dec 11 17:23:29 PST 2012


Author: ampuero
Date: 2012-12-11 17:23:28 -0800 (Tue, 11 Dec 2012)
New Revision: 21133

Modified:
   seismo/3D/FAULT_SOURCE/branches/new_fault_db/decompose_mesh_SCOTCH/fault_scotch.f90
Log:
set PARALLEL_FAULT to true in fault_scotch

Modified: seismo/3D/FAULT_SOURCE/branches/new_fault_db/decompose_mesh_SCOTCH/fault_scotch.f90
===================================================================
--- seismo/3D/FAULT_SOURCE/branches/new_fault_db/decompose_mesh_SCOTCH/fault_scotch.f90	2012-12-12 00:32:55 UTC (rev 21132)
+++ seismo/3D/FAULT_SOURCE/branches/new_fault_db/decompose_mesh_SCOTCH/fault_scotch.f90	2012-12-12 01:23:28 UTC (rev 21133)
@@ -15,7 +15,7 @@
   double precision, dimension(:,:), allocatable, save :: nodes_coords_open
   logical, save :: ANY_FAULT = .false.
 
-  logical, parameter :: PARALLEL_FAULT = .false.
+  logical, parameter :: PARALLEL_FAULT = .true.
  ! NOTE: PARALLEL_FAULT has to be the same 
  !       in fault_solver_common.f90, fault_generate_databases.f90 and fault_scotch.f90
  



More information about the CIG-COMMITS mailing list