[cig-commits] [commit] devel, master: modifications for cutting the doublingbrick in 4 sub-blocks. Allows NEX_XI to be a multiple of 16*NPROC_XI instead of 32*NPROC_XI. NEX_XI must still be a multiple of 32. user's manual has been modified too. (6045e3b)

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


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

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

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

commit 6045e3b6fbe45db15bb62fd23f3611be4c34bf70
Author: David Michea <dmichea at univ-pau.fr>
Date:   Wed Nov 7 16:00:13 2007 +0000

    modifications for cutting the doublingbrick in 4 sub-blocks. Allows NEX_XI to be a multiple of 16*NPROC_XI instead of 32*NPROC_XI.
    NEX_XI must still be a multiple of 32.
    user's manual has been modified too.


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

6045e3b6fbe45db15bb62fd23f3611be4c34bf70
 Par_file | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Par_file b/Par_file
index f2bfbc2..43a4561 100644
--- a/Par_file
+++ b/Par_file
@@ -14,7 +14,7 @@ CENTER_LONGITUDE_IN_DEGREES   = 10.d0
 GAMMA_ROTATION_AZIMUTH        = 20.d0
 
 # number of elements at the surface along the two sides of the first chunk
-# (must be 32 * multiple of NPROC below)
+# (must be multiple of 32 and 16 * multiple of NPROC below)
 NEX_XI                          = 256
 NEX_ETA                         = 256
 



More information about the CIG-COMMITS mailing list