aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/options/carpet-harpo-gcc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/options/carpet-harpo-gcc')
-rw-r--r--Carpet/Carpet/options/carpet-harpo-gcc38
1 files changed, 38 insertions, 0 deletions
diff --git a/Carpet/Carpet/options/carpet-harpo-gcc b/Carpet/Carpet/options/carpet-harpo-gcc
new file mode 100644
index 000000000..ba494a449
--- /dev/null
+++ b/Carpet/Carpet/options/carpet-harpo-gcc
@@ -0,0 +1,38 @@
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/options/carpet-harpo-gcc,v 1.4 2002/09/08 20:38:35 schnetter Exp $
+
+CC = gcc
+CXX = g++
+F77 = g77
+F90 = g77
+LD = g++
+
+#CC = /u1/eschnett/bin/gcc
+#CXX = /u1/eschnett/bin/g++
+#F77 = /u1/eschnett/bin/g77
+#F90 = /u1/eschnett/bin/g77
+#LD = /u1/eschnett/bin/g++
+
+CFLAGS =
+CXXFLAGS = -ftemplate-depth-30 -DMPIPP_H
+FFLAGS =
+F90FLAGS =
+
+C_OPTIMISE_FLAGS = -O3 -funroll-loops
+CXX_OPTIMISE_FLAGS = -O3 -funroll-loops
+F90_OPTIMISE_FLAGS = -O3 -funroll-loops -malign-double
+F77_OPTIMISE_FLAGS = -O3 -funroll-loops -malign-double
+
+C_WARN_FLAGS = -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Winline
+CXX_WARN_FLAGS = -Wall -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Winline
+F90_WARN_FLAGS = -Wall
+F77_WARN_FLAGS = -Wall
+
+SYS_INC_DIRS = /u1/eschnett/include /u1/eschnett/scratch/FlexIO
+LIBDIRS = /u1/eschnett/lib /u1/eschnett/scratch/FlexIO
+LIBS = AMR h5io hdfio hlio ieeeio hdf5 mfhdf df jpeg z
+
+HDF5 = yes
+MPI = NATIVE
+
+OPTIMISE = no
+DEBUG = yes