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 # --enable-progress-threads
# --with-fca=DIR # --with-fca=DIR
CONFIGURE_OPTS="--with-devel-headers \ CONFIGURE_OPTS="--with-devel-headers \
--enable-debug \
--enable-contrib-no-build=vt --enable-contrib-no-build=vt
--enable-shared \ --enable-shared \
--enable-static \ --enable-static \

View file

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