aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/Carpet/options/carpet-lilypond-ic41
1 files changed, 19 insertions, 22 deletions
diff --git a/Carpet/Carpet/options/carpet-lilypond-ic b/Carpet/Carpet/options/carpet-lilypond-ic
index a02cdff0a..1a751f3a1 100644
--- a/Carpet/Carpet/options/carpet-lilypond-ic
+++ b/Carpet/Carpet/options/carpet-lilypond-ic
@@ -1,42 +1,42 @@
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/options/carpet-lilypond-ic,v 1.8 2002/11/16 19:10:50 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/options/carpet-lilypond-ic,v 1.1 2002/03/11 13:17:54 schnetter Exp $
-CPP = cpp -traditional -DCARPET_REAL
+CPP = cpp -traditional -DTMPL_EXPLICIT -DCARPET_REAL
CC = icc
CXX = icc
F77 = ifc
F90 = ifc
LD = icc
-LIBDIRS =
-LIBS = intrins IEPCF90 F90 imf m irc cxa cprts cxa
+LIBDIRS = /opt/intel/compiler50/ia32/lib /home/eschnett/proj/petsc-2.1.0/lib/libO/linux
+LIBS = mpich intrins IEPCF90 F90 imf m irc cxa cprts cxa
# basic
-CFLAGS = -DCARPET_REAL -c99
-CXXFLAGS = -DCARPET_REAL -c99
-F90FLAGS = -DCARPET_REAL -w95
-F77FLAGS = -DCARPET_REAL -w95
-LDFLAGS = -DCARPET_REAL -g
+CFLAGS = -restrict
+CXXFLAGS = -restrict
+F77FLAGS = -align -w95
+F90FLAGS = -align -w95
+LDFLAGS = -g -restrict -Qoption,ld,-rpath,/home/eschnett/proj/petsc-2.1.0/lib/libO/linux
# debugging
DEBUG = yes
-C_DEBUG_FLAGS = -g -fp
-CXX_DEBUG_FLAGS = -g -fp
-F77_DEBUG_FLAGS = -g -fp
-F90_DEBUG_FLAGS = -g -fp
+C_DEBUG_FLAGS = -g
+CXX_DEBUG_FLAGS = -g
+F77_DEBUG_FLAGS = -g
+F90_DEBUG_FLAGS = -g
# warnings
#WARN=yes
-C_WARN_FLAGS = -w1
-CXX_WARN_FLAGS = -w1
+C_WARN_FLAGS = -w1 # -w2
+CXX_WARN_FLAGS = -w1 # -w2
F77_WARN_FLAGS =
F90_WARN_FLAGS =
# optimisation
OPTIMISE = yes
-C_OPTIMISE_FLAGS = -O3 -tpp6 -xi
-CXX_OPTIMISE_FLAGS = -O3 -tpp6 -xi
-F77_OPTIMISE_FLAGS = -O3 -tpp6
-F90_OPTIMISE_FLAGS = -O3 -tpp6
+C_OPTIMISE_FLAGS = -O3 -ip -tpp6 -xiM
+CXX_OPTIMISE_FLAGS = -O3 -ip -tpp6 -xiM
+F77_OPTIMISE_FLAGS = -O3 -ip -tpp6 -xiM
+F90_OPTIMISE_FLAGS = -O3 -ip -tpp6 -xiM
# HDF
HDF5 = YES
@@ -45,6 +45,3 @@ HDF5_DIR = /usr/local
# MPI
MPI = MPICH
MPICH_DIR = /usr/lib/mpich
-
-# PTHREADS
-PTHREADS = yes