Skip to content
Snippets Groups Projects
Commit 9d17ed2e authored by Pietro Incardona's avatar Pietro Incardona
Browse files

switch MPI to use hwloc and libgevent internal

parent 36e6a551
No related branches found
No related tags found
No related merge requests found
Pipeline #2994 passed
......@@ -21,10 +21,10 @@ if [ x"$3" == x"1" ]; then
# Detect where is nvcc
cuda_location=$(dirname $(dirname $(which nvcc)) )
./configure $mpi_options --with-cuda=$cuda_location --prefix=$1/MPI --enable-mpi-fortran=yes CC=$4 CXX=$5 F77=$6 FC=$7 $8
./configure --with-hwloc=internal --with-libevent=internal mpi_options --with-cuda=$cuda_location --prefix=$1/MPI --enable-mpi-fortran=yes CC=$4 CXX=$5 F77=$6 FC=$7 $8
else
echo "Installing MPI without GPU support"
./configure $mpi_options --prefix=$1/MPI --enable-mpi-fortran=yes CC=$4 CXX=$5 F77=$6 FC=$7 $8
./configure --with-hwloc=internal --with-libevent=internal $mpi_options --prefix=$1/MPI --enable-mpi-fortran=yes CC=$4 CXX=$5 F77=$6 FC=$7 $8
fi
make -j $2
make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment