1
1

nightly tarballs: update coverity CLI params

Ensure to build support for:

* usnic
* PSM
* MXM
* OSHMEM
* Fortran (MPI and OSHMEM)
* Java (MPI and OSHMEM)

So that the OMPI code for all of these networks can be analyzed by
Coverity.

build moar stuff -- squashme
Этот коммит содержится в:
Jeff Squyres 2015-02-13 07:10:25 -05:00
родитель 2a92e6cb0d
Коммит 4fdea4617c

Просмотреть файл

@ -117,5 +117,11 @@ done
# If we had any new snapshots to send to coverity, process them now
for tarball in `cat $pending_coverity`; do
$HOME/scripts/openmpi-nightly-coverity.pl --filename=$tarball --coverity-token=`cat $HOME/coverity-token.txt` --verbose --make-args=-j8
$HOME/scripts/openmpi-nightly-coverity.pl \
--filename=$tarball \
--coverity-token=`cat $HOME/coverity-token.txt` \
--debug \
--logfile-dir=$HOME/coverity \
--make-args=-j8 \
--configure-args="--enable-mpi-fortran --enable-mpi-java --enable-oshmem --enable-oshmem-fortran --enable-oshmem-java --with-mxm=/opt/mellanox/mxm --with-psm --with-usnic"
done