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

Adding mpi vendor

parent 006d1ecc
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ function set_mpi()
./script/install_MPI.sh $1 $2 $3 $4 $5 $6 $7 "$openmpi_working_options"
MPI_installed=1
export PATH="$1/MPI/bin:$PATH"
configure_options="$configure_options CXX=mpic++ "
configure_options="$configure_options CXX=mpic++ --mpivendor=openmpi"
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