We should not build OpenMPI with --enable-debug for the production systems.

This commit is contained in:
Christoph Niethammer 2011-03-04 15:35:10 +00:00
parent 794b86b6ab
commit 12ce28f80f
2 changed files with 6 additions and 7 deletions

View file

@ -39,7 +39,6 @@ P=${PACKAGE}-${VERSION}
# --enable-progress-threads
# --with-fca=DIR
CONFIGURE_OPTS="--with-devel-headers \
--enable-debug \
--enable-contrib-no-build=vt
--enable-shared \
--enable-static \

View file

@ -14,12 +14,12 @@ INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
A=${PACKAGE}-${VERSION}.tar.bz2
P=${PACKAGE}-${VERSION}
CONFIGURE_OPTS="--with-devel-headers \
--enable-debug \
--enable-contrib-no-build=vt
--enable-shared \
--enable-static \
"
CONFIGURE_OPTS="
--with-devel-headers \
--enable-contrib-no-build=vt
--enable-shared \
-enable-static \
"
# Other interesting configure options:
# --enable-mpi-threads
# --enable-progress-threads