[cig-commits] [commit] devel, master: same changes for NCHUNKS (70d1a8b)

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


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

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

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

commit 70d1a8b9ff2cedfbc28c2f55d3438748d807d4ac
Author: Qinya Liu <liuqy at physics.utoronto.ca>
Date:   Wed Feb 15 06:14:22 2006 +0000

    same changes for NCHUNKS


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

70d1a8b9ff2cedfbc28c2f55d3438748d807d4ac
 Par_file | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Par_file b/Par_file
index 16512fe..2723590 100644
--- a/Par_file
+++ b/Par_file
@@ -1,6 +1,6 @@
 
 # number of chunks (1,2,3 or 6)
-NCHUNKS        = 6
+NCHUNKS                         = 6
 
 # angular width of the first chunk (not used if full sphere with six chunks)
 ANGULAR_WIDTH_XI_IN_DEGREES   = 90.d0      # angular size of a chunk
@@ -11,8 +11,8 @@ GAMMA_ROTATION_AZIMUTH        = 20.d0
 
 # number of elements at the surface along the two sides of the first chunk
 # (must be 16 * multiple of NPROC below)
-NEX_XI                        = 160
-NEX_ETA                       = 160
+NEX_XI                          = 160
+NEX_ETA                         = 160
 
 # number of MPI processors along the two sides of the first chunk
 NPROC_XI                        = 5



More information about the CIG-COMMITS mailing list