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

Fixed jenkins script

parent 5047ac96
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,6 @@ if [ $? -ne 0 ]; then
exit 1
fi
pwd
ls
# pull from all the projects
cd openfpm_data
git pull origin develop
......
......@@ -107,7 +107,7 @@ fi
## if a new compiler has been installed reinstall all the dependencies
if [ x"compiler_opt" != "" ]; then
if [ x"$compiler_opt" != "" ]; then
./script/install_MPI.sh $i_dir $compiler_opt
export PATH="$PATH:$i_dir/MPI/bin"
configure_options="$configure_options CXX=mpic++ "
......
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