Skip to content

Commit 06e75d6

Browse files
committed
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 <[email protected]>
1 parent 7ccf253 commit 06e75d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/build-server/openmpi-nightly-tarball.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ build_root=$HOME/openmpi/nightly-tarball-build-root
3737

3838
# Coverity stuff
3939
coverity_token=`cat $HOME/coverity/openmpi-token.txt`
40-
coverity_configure_args="--enable-debug --enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --with-psm --with-usnic --with-libfabric"
40+
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"
4141

4242
export PATH=$HOME_PREFIX/bin:$PATH
4343
export LD_LIBRARY_PATH=$HOME_PREFIX/lib:$LD_LIBRARY_PATH
@@ -143,7 +143,7 @@ for tarball in `cat $pending_coverity`; do
143143
--coverity-token=$coverity_token \
144144
--verbose \
145145
--logfile-dir=$HOME/coverity \
146-
--make-args=-j8 \
146+
--make-args=-j4 \
147147
--configure-args="$coverity_configure_args"
148148
done
149149
rm -f $pending_coverity

0 commit comments

Comments
 (0)