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

Fixing MPI install

parent 8171be4c
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ then ...@@ -26,7 +26,7 @@ then
if [ ! -d $HOME/$5/MPI ]; then if [ ! -d $HOME/$5/MPI ]; then
echo "COPY MPICH" echo "COPY MPICH"
cp -R $HOME/MPI $HOME/$5/MPI cp -R $HOME/MPI $HOME/$5/MPI
echo 1 > $HOME/$5/MPI/version echo 2 > $HOME/$5/MPI/version
fi fi
### Activate MPI and binutils ### ### Activate MPI and binutils ###
......
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