Skip to content
Snippets Groups Projects
ibm.opts 287 B
Newer Older
Robert Klöfkorn's avatar
Robert Klöfkorn committed
# $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"