[cig-commits] [commit] devel: set USE_NEW_SOLVOPT_ROUTINE to false instead of true by default, following a bug report by Paul Cristini (not fixed yet, we will investigate) (4d5e352)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 20:05:23 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/543190f31e99353e3d0a9ea29be38d386f3fe03d...e9ca46c40131588d89d7b0883250bc6584ce6b4c

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

commit 4d5e35272126c59d4881e026047fd3b37907deaf
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu Jun 19 01:31:09 2014 +0200

    set USE_NEW_SOLVOPT_ROUTINE to false instead of true by default, following a bug report by Paul Cristini (not fixed yet, we will investigate)


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

4d5e35272126c59d4881e026047fd3b37907deaf
 setup/constants.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/constants.h.in b/setup/constants.h.in
index fb4bff8..3f0cfdf 100644
--- a/setup/constants.h.in
+++ b/setup/constants.h.in
@@ -40,7 +40,7 @@
 ! For more details, see the comment about this at the beginning of the "SolvOpt" routine
 ! in file src/specfem2D/attenuation_model.f90.
 ! We thus strongly discourage using the old routine.
-  logical, parameter :: USE_NEW_SOLVOPT_ROUTINE = .true.
+  logical, parameter :: USE_NEW_SOLVOPT_ROUTINE = .false. !! .true.
 
 ! use SolvOpt nonlinear optimization with constraints or classical linear least squares
   logical, parameter :: USE_SOLVOPT_INSTEAD_OF_LINEAR = .true.



More information about the CIG-COMMITS mailing list