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 --- plotlib/config.make.DP | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'plotlib/config.make.DP') diff --git a/plotlib/config.make.DP b/plotlib/config.make.DP index a49acbf..f0f3480 100644 --- a/plotlib/config.make.DP +++ b/plotlib/config.make.DP @@ -51,8 +51,8 @@ DEFINE = -DUNDERSCORE ###------------------------------------------------------------------------- ### Uncomment for Linux, using Intel Fortran compiler -FC = ifort -CC = gcc +#FC = ifort +#CC = gcc # Uncomment to make double-precision version DP = -r8 @@ -66,12 +66,12 @@ LINKLIB = -L/usr/X11R6/lib -lX11 ###------------------------------------------------------------------------- ### Uncomment for DEC OSF/Alpha -#FC = f77 +FC = f77 # # Uncomment DP to make double-precision version -#DP = -r8 -#CFLAGS = -O4 -float $(DEFINE) -#FFLAGS = -O4 $(DP) +DP = -r8 +CFLAGS = -O4 $(DEFINE) +FFLAGS = -O4 $(DP) # Debug flags #CFLAGS = -O0 -g -float $(DEFINE) #FFLAGS = -O0 -g $(DP) -- cgit v1.2.3