# $Id$ # options for icc # remember to run ./autogen.sh after changing these values! # name of compiler binaries COMP="mpcc" CXXCOMP="mpCC" # flags set in any case FLAGS="-DIBM_XLC" # additional flags for debugging DEBUGFLAGS="" # additional flags for optimization OPTIMFLAGS="-O3"