[cig-commits] r3886 - long/2D/plasti/trunk

walter at geodynamics.org walter at geodynamics.org
Mon Jun 26 13:26:19 PDT 2006


Author: walter
Date: 2006-06-26 13:26:18 -0700 (Mon, 26 Jun 2006)
New Revision: 3886

Modified:
   long/2D/plasti/trunk/Makefile
Log:
Added Absoft OS X PPC options in Makefile.


Modified: long/2D/plasti/trunk/Makefile
===================================================================
--- long/2D/plasti/trunk/Makefile	2006-06-26 17:26:58 UTC (rev 3885)
+++ long/2D/plasti/trunk/Makefile	2006-06-26 20:26:18 UTC (rev 3886)
@@ -1,12 +1,18 @@
 
 ## compilers
+
+# gfortran
 FORT  = gfortran
 F90FLAGS = -O3
 
-# g95-specific flags
+# g95
 #FORT  = g95
 #F90FLAGS = -O3 -fsloppy-char
 
+# Absoft (untested)
+#FORT = f90
+#F90FLAGS = -s -O3 -YEXT_NAMES=LCS -YEXT_SFX=_ -Z156 -N113 -N11
+
 ## libraries
 LIBS = -llapack -lblas
 



More information about the Cig-commits mailing list