[cig-commits] [commit] devel: removed CUTHILL_MCKEE from DATA/Par_file, removed unused variables at the end of setup/constants.h.in, and created an empty OUTPUT_FILES/ directory because it is required by the solver (bde4bf2)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Feb 19 08:00:49 PST 2014


Repository : ssh://geoshell/specfem2d

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/51f3e6f5ececde1b4c56f367b558c29df082170c...bb0020bb55b89d2744838117bdbf3a606823fcc2

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

commit bde4bf2578b412f307264a0403b99350d5eb6ca8
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Wed Feb 19 16:59:13 2014 +0100

    removed CUTHILL_MCKEE from DATA/Par_file, removed unused variables at the end of setup/constants.h.in, and created an empty OUTPUT_FILES/ directory because it is required by the solver


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

bde4bf2578b412f307264a0403b99350d5eb6ca8
 DATA/Par_file           | 1 -
 OUTPUT_FILES/.gitignore | 4 ++++
 setup/constants.h.in    | 5 -----
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/DATA/Par_file b/DATA/Par_file
index cc25f0f..30f1097 100644
--- a/DATA/Par_file
+++ b/DATA/Par_file
@@ -9,7 +9,6 @@ SAVE_FORWARD                    = .false. # save the last frame, needed for adjo
 # parameters concerning partitioning
 nproc                           = 1              # number of processes
 partitioning_method             = 3              # SCOTCH = 3, ascending order (very bad idea) = 1
-PERFORM_CUTHILL_MCKEE           = .false.        # perform inverse Cuthill-McKee (1969) optimization/permutation for mesh numbering (can be very costly and not very useful)
 
 ngnod                           = 9              # number of control nodes per element (4 or 9)
 initialfield                    = .false.        # use a plane wave as source or not
diff --git a/OUTPUT_FILES/.gitignore b/OUTPUT_FILES/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/OUTPUT_FILES/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
diff --git a/setup/constants.h.in b/setup/constants.h.in
index 4f945c7..07fe670 100644
--- a/setup/constants.h.in
+++ b/setup/constants.h.in
@@ -168,8 +168,3 @@
 ! maximum number of stages for optimized (for reduced storage) LDDRK4-6 Runge-Kutta time scheme
   integer, parameter :: Nstages = 6
 
-!! DK DK added this for Guenneau, March 2012
-! mettre la valeur souhaitee pour les rayons interieur et exterieur de la cape
-  real(kind=CUSTOM_REAL), parameter :: r0_guenneau = 0.20_CUSTOM_REAL
-  real(kind=CUSTOM_REAL), parameter :: r1_guenneau = 0.40_CUSTOM_REAL
-



More information about the CIG-COMMITS mailing list