[cig-commits] r8616 - seismo/1D/SPECFEM1D/trunk

walter at geodynamics.org walter at geodynamics.org
Fri Dec 7 16:24:21 PST 2007


Author: walter
Date: 2007-12-07 16:24:21 -0800 (Fri, 07 Dec 2007)
New Revision: 8616

Modified:
   seismo/1D/SPECFEM1D/trunk/Makefile
Log:
added support for g95 compiler in Makefile


Modified: seismo/1D/SPECFEM1D/trunk/Makefile
===================================================================
--- seismo/1D/SPECFEM1D/trunk/Makefile	2004-02-16 18:13:20 UTC (rev 8615)
+++ seismo/1D/SPECFEM1D/trunk/Makefile	2007-12-08 00:24:21 UTC (rev 8616)
@@ -17,6 +17,10 @@
 F90 = ifort
 FLAGS = -O3 -e95 -implicitnone
 
+# g95 (free f95 compiler from http://www.g95.org, still under development, but works)
+#F90 = g95
+#FLAGS = -O
+
 wave: constants.h \
        $O/wave.o \
        $O/gll_library.o \



More information about the cig-commits mailing list