[cig-commits] [commit] master: these blanks are kept in the FC variable, whihc is annoying on small screens (caae9e9)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Oct 17 05:29:45 PDT 2014


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

On branch  : master
Link       : https://github.com/geodynamics/axisem/compare/607f803cf074063627513d235f9ed0837fc1dd44...b6457db24acdde4a4e1c08935ae1b22adf87f5bf

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

commit caae9e96ceb50eff0b318e61245139549914c6ad
Author: martinvandriel <vandriel at erdw.ethz.ch>
Date:   Thu Oct 16 19:02:51 2014 +0200

    these blanks are kept in the FC variable, whihc is annoying on small screens


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

caae9e96ceb50eff0b318e61245139549914c6ad
 make_axisem.macros.TEMPLATE | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/make_axisem.macros.TEMPLATE b/make_axisem.macros.TEMPLATE
index 9ae3388..f48bc8b 100644
--- a/make_axisem.macros.TEMPLATE
+++ b/make_axisem.macros.TEMPLATE
@@ -25,15 +25,15 @@ SERIAL = false
 # GFORTRAN (fast)
 # OpenMP is supported by the MESHER and is useful for high-frequency
 # Meshes, i.e. <5s period. Uses up to 8 threads. Does not affect the SOLVER.
-CC      = gcc                                # C compiler
-FC      = mpif90                             # Fortran compiler
+CC      = gcc
+FC      = mpif90
 FFLAGS  = -O3 #-march=native -fopenmp        
 CFLAGS  = -O3 #-march=native                
 LDFLAGS = -O3 #-march=native -fopenmp      
 
 # GFORTRAN (debug)
-#CC      = gcc                                # C compiler
-#FC      = mpif90                             # Fortran compiler
+#CC      = gcc
+#FC      = mpif90
 #FFLAGS  = -g -fbacktrace -Warray-temporaries -fcheck-array-temporaries -fbounds-check -frange-check -pedantic
 #CFLAGS  = -g -fbacktrace -Wall 
 #LDFLAGS = -g -fbacktrace -Wall



More information about the CIG-COMMITS mailing list