# wilson # Whenever this version string changes, the application is configured # and rebuilt from scratch VERSION = 2009-04-11 CPP = /home/cott/opt/gcc-4.3.2/bin/cpp FPP = /home/cott/opt/gcc-4.3.2/bin/cpp CC = /home/cott/opt/gcc-4.3.2/bin/gcc CXX = /home/cott/opt/gcc-4.3.2/bin/g++ F77 = /home/cott/opt/gcc-4.3.2/bin/gfortran F90 = /home/cott/opt/gcc-4.3.2/bin/gfortran # The gcc in /home/cott/opt/gcc-4.3.2 does not handle OpenMP CPPFLAGS = FPPFLAGS = -traditional CFLAGS = -g3 -march=native -m128bit-long-double -std=gnu99 CXXFLAGS = -g3 -march=native -m128bit-long-double F77FLAGS = -g3 -march=native -m128bit-long-double -fcray-pointer F90FLAGS = -g3 -march=native -m128bit-long-double -fcray-pointer C_LINE_DIRECTIVES = yes F_LINE_DIRECTIVES = yes REAL16_KIND = 10 # /home/schnetter/lib contains libg2c. We cannot use libg2c from its # original location since this pull in an outdated version from # libstdc++ as well. LDFLAGS = -L/home/schnetter/lib -Wl,-rpath,/home/cott/opt/gsl-1.9-gcc4.3.2/lib DEBUG = no CPP_DEBUG_FLAGS = -DCARPET_DEBUG FPP_DEBUG_FLAGS = -DCARPET_DEBUG C_DEBUG_FLAGS = -fbounds-check -ftrapv CXX_DEBUG_FLAGS = -fbounds-check -ftrapv F77_DEBUG_FLAGS = -fbounds-check -ftrapv F90_DEBUG_FLAGS = -fbounds-check -ftrapv OPTIMISE = yes CPP_OPTIMISE_FLAGS = # -DCARPET_OPTIMISE -DNDEBUG FPP_OPTIMISE_FLAGS = # -DCARPET_OPTIMISE -DNDEBUG C_OPTIMISE_FLAGS = -O3 -funroll-loops CXX_OPTIMISE_FLAGS = -O3 -funroll-loops F77_OPTIMISE_FLAGS = -O3 -funroll-loops F90_OPTIMISE_FLAGS = -O3 -funroll-loops PROFILE = no CPP_PROFILE_FLAGS = FPP_PROFILE_FLAGS = C_PROFILE_FLAGS = -pg CXX_PROFILE_FLAGS = -pg F77_PROFILE_FLAGS = -pg F90_PROFILE_FLAGS = -pg # -Wuninitialized is not supported without -O WARN = yes CPP_WARN_FLAGS = -Wall FPP_WARN_FLAGS = -Wall C_WARN_FLAGS = -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wbad-function-cast -Wsign-compare CXX_WARN_FLAGS = -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Woverloaded-virtual F77_WARN_FLAGS = -Wall -Wshadow -Wsurprising F90_WARN_FLAGS = -Wall -Wshadow -Wsurprising BLAS_DIR = /home/cott/opt/lapack-3.1.1/lib BLAS_LIBS = blas g2c #FFTW_DIR = /opt/local #FFTW_LIBS = drfftw dfftw m GSL_DIR = /home/cott/opt/gsl-1.9-gcc4.3.2 HDF5 = yes HDF5_DIR = /home/cott/opt/hdf5-1.8.1-gcc4.3.2 LAPACK = yes LAPACK_DIR = /home/cott/opt/lapack-3.1.1/lib LAPACK_LIBS = lapack blas g2c MPI = MPICH MPICH_DIR = /home/cott/opt/mpich2-1.0.7-gcc4.3.2 #PETSC = yes #PETSC_ARCH = linux-gnu-c-debug #PETSC_ARCH_LIBS = gfortran dl pthread PTHREADS = yes #TEXMEX_DIR = /Users/eschnett/src/texmex X_LIB_DIR = /usr/X11R6/lib