[cig-commits] [commit] devel: uses Deville routines by default, setting USE_DEVILLE_PRODUCTS to .true. in constants.h.in (c035701)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 27 02:53:45 PST 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/13ec3e35977ac71f4785cfd2493cb65d604d3e63...c03570160da2904c3100ec5e80b5068857972a33

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

commit c03570160da2904c3100ec5e80b5068857972a33
Author: daniel peter <peterda at ethz.ch>
Date:   Thu Nov 27 11:40:38 2014 +0100

    uses Deville routines by default, setting USE_DEVILLE_PRODUCTS to .true. in constants.h.in


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

c03570160da2904c3100ec5e80b5068857972a33
 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 5dafd8e..61e527f 100644
--- a/setup/constants.h.in
+++ b/setup/constants.h.in
@@ -104,7 +104,7 @@
   integer, parameter :: MAX_STRING_LEN = 512
 
 ! use inlined products of Deville et al. (2002) to speedup the calculations to compute internal forces
-  logical, parameter :: USE_DEVILLE_PRODUCTS = .false.
+  logical, parameter :: USE_DEVILLE_PRODUCTS = .true.
 
 ! number of GLL points in each direction of an element (degree plus one)
   integer, parameter :: NGLLX = 5



More information about the CIG-COMMITS mailing list