nightly-tarball: update Coverity configure params
* Point to local libfabric v1.4 install * Add MPI C++ bindings * Remove PSM support (if someone can install PSM/PSM2 libraries on the build server, let's re-enable this) Also change from -j8 to -j4 (the new AWS build instance only has 1 core / 2 hyperthreads). Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
родитель
7ccf253063
Коммит
06e75d65c3
@ -37,7 +37,7 @@ build_root=$HOME/openmpi/nightly-tarball-build-root
|
|||||||
|
|
||||||
# Coverity stuff
|
# Coverity stuff
|
||||||
coverity_token=`cat $HOME/coverity/openmpi-token.txt`
|
coverity_token=`cat $HOME/coverity/openmpi-token.txt`
|
||||||
coverity_configure_args="--enable-debug --enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --with-psm --with-usnic --with-libfabric"
|
coverity_configure_args="--enable-debug --enable-mpi-fortran --enable-mpi-cxx --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --with-usnic --with-libfabric=/mnt/data/local-installs"
|
||||||
|
|
||||||
export PATH=$HOME_PREFIX/bin:$PATH
|
export PATH=$HOME_PREFIX/bin:$PATH
|
||||||
export LD_LIBRARY_PATH=$HOME_PREFIX/lib:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$HOME_PREFIX/lib:$LD_LIBRARY_PATH
|
||||||
@ -143,7 +143,7 @@ for tarball in `cat $pending_coverity`; do
|
|||||||
--coverity-token=$coverity_token \
|
--coverity-token=$coverity_token \
|
||||||
--verbose \
|
--verbose \
|
||||||
--logfile-dir=$HOME/coverity \
|
--logfile-dir=$HOME/coverity \
|
||||||
--make-args=-j8 \
|
--make-args=-j4 \
|
||||||
--configure-args="$coverity_configure_args"
|
--configure-args="$coverity_configure_args"
|
||||||
done
|
done
|
||||||
rm -f $pending_coverity
|
rm -f $pending_coverity
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user