[cig-commits] [commit] devel: added Paul Cristini's new version of process_DATA_Par_files_to_update_their_format_when_new_parameters_are_added.py; also added a comment in flags.guess (38559d5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu May 22 06:40:58 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem2d/compare/34914ddff686f70de49968a592d69f78c08a30bb...a7b59ef7f62c94aa042786bbe47e0d5c8c556b87

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

commit 38559d569d7f9236ab20aed8e0f65373c7699f59
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Thu May 22 15:39:55 2014 +0200

    added Paul Cristini's new version of process_DATA_Par_files_to_update_their_format_when_new_parameters_are_added.py;
    also added a comment in flags.guess


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

38559d569d7f9236ab20aed8e0f65373c7699f59
 EXAMPLES    | 2 +-
 flags.guess | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/EXAMPLES b/EXAMPLES
index 84746be..cd1d971 160000
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -1 +1 @@
-Subproject commit 84746be287e8c81c94cb9db5198858003d9c6ebe
+Subproject commit cd1d9719153dea1f9aee1395f3078dec99bdb1fa
diff --git a/flags.guess b/flags.guess
index feeaab8..628e3ce 100644
--- a/flags.guess
+++ b/flags.guess
@@ -58,7 +58,8 @@ case $FC in
         if test x"$DEF_FFLAGS" = x; then
             DEF_FFLAGS="-std=f2003 -fimplicit-none -frange-check -O2 -fmax-errors=10 -pedantic -pedantic-errors -Waliasing -Wampersand -Wcharacter-truncation -Wline-truncation -Wsurprising -Wno-tabs -Wunderflow -ffpe-trap=invalid,zero,overflow "
         fi
-        # useful for debugging... -fbacktrace -fbounds-check
+        # useful for debugging: add   -ggdb -fbacktrace -fbounds-check
+        # useful to track loss of accuracy because of automatic double to single precision conversion:  -Wconversion  (this may generate many warnings...)
         ;;
     g95|*/g95)
         #



More information about the CIG-COMMITS mailing list