From 2f611588c20aa7b8bc556d60f35d201875c6b3d7 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 11 May 2009 00:33:47 +0000 Subject: setup local environment --- bin/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 568c96c..d910f7d 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -99,9 +99,9 @@ CFLAGS = -O -DUNDERSCORE #FFLAGS = -g -O0 -C ##-------------------------- ### Intel Fortran Compiler -FC = ifort -FFLAGS = -O -FFLOPT = -O +#FC = ifort +#FFLAGS = -O +#FFLOPT = -O #FTNLIB = -Vaxlib /usr/lib/C-ctype.o /usr/lib/C_name.o /usr/lib/ctype-info.o #FTNLIB = -Vaxlib #FTNLIB = -i_dynamic @@ -112,8 +112,8 @@ FFLAGS = -O -r8 -CB FFLOPT = -O -r8 -CB PLTOBJ = ../plotlib/libPltDP.a -FFLAGS = -O -r8 -ftrapuv -fpe0 -FFLOPT = -O -r8 -ftrapuv -fpe0 +FFLAGS = -O -r8 +FFLOPT = -O -r8 all: $(PROGS) -- cgit v1.2.3