# redshift-intel # Whenever this version string changes, the application is configured # and rebuilt from scratch VERSION = 2009-04-11 CPP = cpp FPP = cpp CC = icc CXX = icpc F77 = ifort F90 = ifort CPPFLAGS = -DMPICH_IGNORE_CXX_SEEK -DKRANC_DIFF_FUNCTIONS FPPFLAGS = -traditional CFLAGS = -g -debug all -align -std=c99 -ansi_alias CXXFLAGS = -g -debug all -align -restrict F77FLAGS = -g -debug all -align -pad -traceback -w95 -cm F90FLAGS = -g -debug all -align -pad -traceback -w95 -cm LDFLAGS = -traceback /System/Library/Frameworks/vecLib.framework/vecLib -openmp C_LINE_DIRECTIVES = yes F_LINE_DIRECTIVES = yes DEBUG = no CPP_DEBUG_FLAGS = -DCARPET_DEBUG FPP_DEBUG_FLAGS = -DCARPET_DEBUG C_DEBUG_FLAGS = -O0 -check-uninit CXX_DEBUG_FLAGS = -O0 -check-uninit F77_DEBUG_FLAGS = -O0 -check all F90_DEBUG_FLAGS = -O0 -check all OPTIMISE = yes CPP_OPTIMISE_FLAGS = -DKRANC_VECTORS # -DCARPET_OPTIMISE -DNDEBUG FPP_OPTIMISE_FLAGS = # -DCARPET_OPTIMISE -DNDEBUG C_OPTIMISE_FLAGS = -O2 CXX_OPTIMISE_FLAGS = -O2 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 OPENMP = yes CPP_OPENMP_FLAGS = -openmp FPP_OPENMP_FLAGS = -fopenmp C_OPENMP_FLAGS = -openmp CXX_OPENMP_FLAGS = -openmp F77_OPENMP_FLAGS = -openmp F90_OPENMP_FLAGS = -openmp # The "-wdXXX" options suppress warnings: # remark #193: zero used for undefined preprocessing identifier # remark #383: value copied to temporary, reference to temporary used # 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 #1418: external function definition with no prior declaration # 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 = no #CPP_WARN_FLAGS = -Wall #FPP_WARN_FLAGS = -Wall #C_WARN_FLAGS = -Wall -wd383 -wd869 -wd981 -wd1418 -wd1419 #CXX_WARN_FLAGS = -Wall -wd383 -wd869 -wd981 -wd1418 -wd1419 #F77_WARN_FLAGS = -warn all #F90_WARN_FLAGS = -warn all BLAS_DIR = /System/Library/Frameworks/vecLib.framework BLAS_LIBS = FFTW_DIR = /opt/local FFTW_LIBS = drfftw dfftw m GSL_DIR = /sw HDF5 = yes HDF5_DIR = /sw LIBSZ_DIR = /sw LAPACK = yes LAPACK_DIR = /System/Library/Frameworks/vecLib.framework LAPACK_LIBS = MPI = OpenMPI MPI_LIBS = mpi # PETSC = yes # PETSC_DIR = /Users/eschnett # PETSC_ARCH = darwin8.5.2-c-real-debug # PETSC_ARCH_LIBS = X11 mpich dl pthread PTHREADS = yes SSL_DIR = /opt/local #TEXMEX_DIR = /Users/eschnett/src/texmex X_LIB_DIR = /usr/X11R6/lib