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

changing MPI example compilation to use bash

parent e0301f1c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ parallel (
stage ('run example ubuntu')
{
bash "export PATH=\"/usr/local/binutils/bin/:$PATH\" && source $HOME/openfpm_vars_master && cd example && make run"
sh "export PATH=\"/usr/local/binutils/bin/:$PATH\" && source $HOME/openfpm_vars_master && cd example && make run"
}
}},
......
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