[cig-commits] [commit] devel, master: Reverted accidental change. (3a2e99c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:01:21 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

>---------------------------------------------------------------

commit 3a2e99c81570b8e5927d3f16c5e01f72c373d85b
Author: Leif Strand <leif at geodynamics.org>
Date:   Fri May 26 22:44:22 2006 +0000

    Reverted accidental change.


>---------------------------------------------------------------

3a2e99c81570b8e5927d3f16c5e01f72c373d85b
 Par_file.cfg | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/Par_file.cfg b/Par_file.cfg
index 4769ba0..e89f36b 100644
--- a/Par_file.cfg
+++ b/Par_file.cfg
@@ -8,8 +8,6 @@
 # iaspei, s20rts, Brian_Savage, Min_Chen)
 model = isotropic_prem
 
-output-dir = OUTPUT_FILES
-
 
 ######################################################################
 [Specfem3DGlobe.mesher]                            ; mesher parameters
@@ -28,12 +26,12 @@ gamma-rotation-azimuth  = 20.0*deg
 
 # number of elements at the surface along the two sides of the first chunk
 # (must be 16 * multiple of 'nproc' below)
-nex-xi     = 64
-nex-eta    = 64
+nex-xi     = 160
+nex-eta    = 160
 
 # number of MPI processors along the two sides of the first chunk
-nproc-xi   = 1
-nproc-eta  = 1
+nproc-xi   = 5
+nproc-eta  = 5
 
 # save mesh files to check the mesh
 save-files = False



More information about the CIG-COMMITS mailing list