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

Fixing

parent ce5ec30a
No related branches found
No related tags found
No related merge requests found
Pipeline #2146 canceled
......@@ -10,8 +10,8 @@ fi
./script/download_MPI.sh
cd openmpi-4.0.4
if [ -f mpi_add_options ]; then
mpi_options=$(cat mpi_add_options)
if [ -f ../mpi_add_options ]; then
mpi_options=$(cat ../mpi_add_options)
fi
if [ x"$3" == x"1" ]; then
......
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