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

Fixing MPI vendor specification

parent 20524e43
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ function set_mpi()
{
if [ x"$MPI_valid" == x"yes" ]; then
if [ $is_mpi_openmpi -eq 1 ]; then
configure_options="$configure_options CXX=mpic++ --mpivendor=openmpi"
configure_options="$configure_options CXX=mpic++ --with-mpivendor=openmpi"
else
configure_options="$configure_options CXX=mpic++ "
fi
......
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