We should not build OpenMPI with --enable-debug for the production systems.
This commit is contained in:
parent
794b86b6ab
commit
12ce28f80f
2 changed files with 6 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue