# mileva # Whenever this version string changes, the application is configured # and rebuilt from scratch VERSION = 2009-04-20 CPP = cpp FPP = cpp CC = /opt/intel/cce/10.1.015/bin/icc CXX = /opt/intel/cce/10.1.015/bin/icpc F77 = /opt/intel/fce/10.1.015/bin/ifort F90 = /opt/intel/fce/10.1.015/bin/ifort # The option -inline-debug-info leads to compiler segmentation faults # Original options: -openmp -g -debug all -align -std=gnu99 -ansi_alias CPPFLAGS = -openmp -DMPICH_IGNORE_CXX_SEEK FPPFLAGS = -fopenmp -traditional CFLAGS = -openmp -g -align -std=gnu99 -ansi_alias CXXFLAGS = -openmp -g -align -std=c++0x -restrict F77FLAGS = -openmp -g -align -pad -traceback -w95 -cm F90FLAGS = -openmp -g -align -pad -traceback -w95 -cm # -L/opt/intel/fce/10.1.015/lib LDFLAGS = -traceback -Wl,-rpath,/opt/gsl/1.12/gcc-4.1.2/lib -Wl,-rpath,/home/lsu-schnetter/hdf5-1.8.2/lib -Wl,-rpath,/opt/intel/fce/10.1.015/lib -Wl,-rpath,/opt/intel/mkl/10.0.1.014/lib/em64t C_LINE_DIRECTIVES = yes F_LINE_DIRECTIVES = yes DEBUG = no CPP_DEBUG_FLAGS = -DCARPET_DEBUG FPP_DEBUG_FLAGS = -DCARPET_DEBUG C_DEBUG_FLAGS = -O0 -fp-stack-check -ftrapuv CXX_DEBUG_FLAGS = -O0 -fp-stack-check -ftrapuv F77_DEBUG_FLAGS = -O0 -fp-stack-check -ftrapuv -check bounds -check format # -check all F90_DEBUG_FLAGS = -O0 -fp-stack-check -ftrapuv -check bounds -check format # -check all # Original options: -O2 -xW -complex-limited-range -ip # Using -O2 leads to an ICE in Carpet's SetupGH.cc OPTIMISE = yes CPP_OPTIMISE_FLAGS = # -DCARPET_OPTIMISE -DNDEBUG FPP_OPTIMISE_FLAGS = # -DCARPET_OPTIMISE -DNDEBUG C_OPTIMISE_FLAGS = -O2 CXX_OPTIMISE_FLAGS = -O0 F77_OPTIMISE_FLAGS = -O2 F90_OPTIMISE_FLAGS = -O2 PROFILE = no CPP_PROFILE_FLAGS = FPP_PROFILE_FLAGS = C_PROFILE_FLAGS = -pg CXX_PROFILE_FLAGS = -pg F77_PROFILE_FLAGS = -pg F90_PROFILE_FLAGS = -pg # The "-wdXXX" options suppress warnings: # remark #193: zero used for undefined preprocessing identifier # remark #593: variable was set but never used # remark #810: conversion from "long" to "int" may lose significant bits # remark #869: parameter was never referenced # remark #981: operands are evaluated in unspecified order # remark #1419: external declaration in primary source file # remark #1682: implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem) # remark #1684: conversion from pointer to same-sized integral type (potential portability problem) # warning #269: invalid format string conversion WARN = yes CPP_WARN_FLAGS = -Wall FPP_WARN_FLAGS = -Wall C_WARN_FLAGS = -Wall -Wp64 -wd810 -wd981 -wd1419 CXX_WARN_FLAGS = -Wall -Wp64 -wd810 -wd981 -wd1419 F77_WARN_FLAGS = -warn all F90_WARN_FLAGS = -warn all BLAS_DIR = /opt/intel/mkl/10.0.1.014/lib/em64t BLAS_LIBS = mkl_lapack mkl_core pthread mkl_em64t guide m GSL_DIR = /opt/gsl/1.12/gcc-4.1.2 HDF5 = yes HDF5_DIR = /home/lsu-schnetter/hdf5-1.8.2 #LIBZ_DIR = /usr/lib64 LAPACK = yes LAPACK_DIR = /opt/intel/mkl/10.0.1.014/lib/em64t LAPACK_LIBS = mkl_lapack mkl_core pthread mkl_em64t guide m CURL_DIR = /home/lsu-schnetter/curl-7.15.5 MPI = MPICH MPICH_DIR = /opt/mpich/intel #PETSC = yes #PETSC_DIR = /usr/local/packages/petsc-2.2.1-intel8.1 #PETSC_ARCH = linux-intel #PETSC_ARCH_LIBS = X11 mpich dl pthread PTHREADS = yes #TEXMEX_DIR = /Users/eschnett/src/texmex X_LIB_DIR = /usr/X11R6/lib