-
Alexander Kissinger authored
extensions are not used. They are necessary for the boundaryId() function - Updated the documentation in the .cc files - Added some comments for the above flags in optim.opts and debug.opts. - el2p: Removed the *.input file argument for make dist command in Makefile.am for el2p, as this test does not have any input file. Reviewed by Christoph and Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11655 2fb0f335-1f38-0410-981e-8018bf24f1b0
Alexander Kissinger authoredextensions are not used. They are necessary for the boundaryId() function - Updated the documentation in the .cc files - Added some comments for the above flags in optim.opts and debug.opts. - el2p: Removed the *.input file argument for make dist command in Makefile.am for el2p, as this test does not have any input file. Reviewed by Christoph and Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11655 2fb0f335-1f38-0410-981e-8018bf24f1b0
optim.opts 876 B
GXX_WARNING_OPTS=" \
-Wall \
-Wunused \
-Wmissing-include-dirs \
-Wcast-align \
-Wno-sign-compare \
-Wno-unused-parameter"
# additional -W flags for g++ which will lead to many warnings in
# other dune modules
# -Wextra \
# -Wfloat-equal \
# -Wstrict-overflow \
GXX_OPTS=" \
-fno-strict-aliasing \
-fstrict-overflow \
-ffast-math \
-fno-finite-math-only \
-O3 \
-march=native \
-DNDEBUG=1"
# do not write a file .dune.resume to the home directory
RESUME_FILE=/dev/null
# configure flags
CONFIGURE_FLAGS=" \
CXXFLAGS=\"$GXX_WARNING_OPTS $GXX_OPTS\" \
--enable-fieldvector-size-is-method \
--disable-documentation \
--disable-parallel \
--disable-mpiruntest"
# for CO2 and CO2ni tests
# --enable-experimental-grid-extensions \
# --with-alugrid=PATH_TO_ALUGrid \
# need to be set in the configure flags