aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/options/carpet-lilypond-gcc32
blob: 94ac69a443a1f2da2e5510bbcefc87199755c552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
CPP			= /home/eschnett/gcc32/bin/cpp -traditional -DCARPET_REAL
CC			= /home/eschnett/gcc32/bin/gcc
CXX			= /home/eschnett/gcc32/bin/g++
F77			= /home/eschnett/gcc32/bin/g77
F90			= /home/eschnett/gcc32/bin/g77

CFLAGS			= -m128bit-long-double -fmessage-length=0
CXXFLAGS		= -m128bit-long-double -fmessage-length=0 -DCARPET_REAL -ftemplate-depth-30
F77FLAGS		= -malign-double -fmessage-length=0
F90FLAGS		= -malign-double -fmessage-length=0
LDFLAGS			= -Wl,-rpath,/home/eschnett/gcc32/lib

C_OPTIMISE_FLAGS	= -O2 -funroll-loops -march=pentium2
CXX_OPTIMISE_FLAGS	= -O2 -funroll-loops -march=pentium2
F90_OPTIMISE_FLAGS	= -O2 -funroll-loops -march=pentium2
F77_OPTIMISE_FLAGS	= -O2 -funroll-loops -march=pentium2

C_WARN_FLAGS		= -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-declarations
CXX_WARN_FLAGS		= -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-declarations
F90_WARN_FLAGS		= -Wall
F77_WARN_FLAGS		= -Wall

SYS_INC_DIRS		= /home/eschnett/proj/FlexIO
LIBDIRS			= /home/eschnett/proj/FlexIO
LIBS			= AMR h5io hdfio hlio ieeeio  hdf5 mfhdf df jpeg z  crypt  g2c m

HDF5			= yes
MPI			= MPICH

DEBUG			= yes

# PTHREADS
PTHREADS	= yes