[cig-commits] [commit] devel, master: fixed unallocated CPML arrays when PML_CONDITIONS is off. Also fixed examples/meshfem3D_examples/many_interfaces. (dfa6016)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:53:41 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

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

commit dfa6016ff428d5120d014c03d169b300a8145230
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue Aug 6 21:02:17 2013 +0000

    fixed unallocated CPML arrays when PML_CONDITIONS is off.
    Also fixed examples/meshfem3D_examples/many_interfaces.


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

dfa6016ff428d5120d014c03d169b300a8145230
 meshfem3D_examples/many_interfaces/DATA/Par_file                    | 6 +++---
 .../many_interfaces/DATA/meshfem3D_files/Mesh_Par_file              | 2 +-
 meshfem3D_examples/many_interfaces/process.sh                       | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meshfem3D_examples/many_interfaces/DATA/Par_file b/meshfem3D_examples/many_interfaces/DATA/Par_file
index 6cfed7c..e5c1b37 100644
--- a/meshfem3D_examples/many_interfaces/DATA/Par_file
+++ b/meshfem3D_examples/many_interfaces/DATA/Par_file
@@ -12,11 +12,11 @@ UTM_PROJECTION_ZONE             = 11
 SUPPRESS_UTM_PROJECTION         = .true.
 
 # number of MPI processors
-NPROC                           = 81
+NPROC                           = 405
 
 # time step parameters
 NSTEP                           = 2000
-DT                              = 0.03
+DT                              = 0.0015
 
 # number of nodes for 2D and 3D shape functions for hexahedra
 # we use either 8-node mesh elements (bricks) or 27-node elements.
@@ -81,7 +81,7 @@ NTSTEP_BETWEEN_FRAMES           = 200
 HDUR_MOVIE                      = 0.0
 
 # save AVS or OpenDX mesh files to check the mesh
-SAVE_MESH_FILES                 = .true.
+SAVE_MESH_FILES                 = .false.
 
 # path to store the local database file on each node
 LOCAL_PATH                      = ../OUTPUT_FILES/DATABASES_MPI
diff --git a/meshfem3D_examples/many_interfaces/DATA/meshfem3D_files/Mesh_Par_file b/meshfem3D_examples/many_interfaces/DATA/meshfem3D_files/Mesh_Par_file
index 49f52ae..67c3400 100644
--- a/meshfem3D_examples/many_interfaces/DATA/meshfem3D_files/Mesh_Par_file
+++ b/meshfem3D_examples/many_interfaces/DATA/meshfem3D_files/Mesh_Par_file
@@ -19,7 +19,7 @@ NEX_ETA                         = 720  # 720
 
 # number of MPI processors along xi and eta (can be different)
 NPROC_XI                        = 9
-NPROC_ETA                       = 9
+NPROC_ETA                       = 45
 
 # Regular/irregular mesh
 USE_REGULAR_MESH                = .false.
diff --git a/meshfem3D_examples/many_interfaces/process.sh b/meshfem3D_examples/many_interfaces/process.sh
index 58c7b4f..9475fce 100755
--- a/meshfem3D_examples/many_interfaces/process.sh
+++ b/meshfem3D_examples/many_interfaces/process.sh
@@ -7,7 +7,7 @@
 ###################################################
 
 # number of processes
-NPROC=81
+NPROC=405
 
 ##################################################
 



More information about the CIG-COMMITS mailing list