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

Activating MPI on gin

parent 9b624362
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,11 @@ then
echo 1 > $HOME/$5/MPI/version
fi
source ~/.bashrc
module load gcc/4.9.2
### Activate MPI ###
export PATH="$PATH:$HOME/$5/MPI/bin"
mkdir $HOME/$5
if [ x"$4" == x"full" ]; then
./install -i $HOME/$5 -s -c "--prefix=/home/jenkins/openfpm_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