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

Fixing jenkins file

parent 66b1dbfb
No related branches found
No related tags found
No related merge requests found
Pipeline #962 failed
...@@ -14,7 +14,6 @@ echo "make target: $target" ...@@ -14,7 +14,6 @@ echo "make target: $target"
echo "compilation type: $comp_type" echo "compilation type: $comp_type"
echo "Branch name: $branch" echo "Branch name: $branch"
exit 1
if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH" export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH"
......
...@@ -7,7 +7,6 @@ echo "Machine: $2" ...@@ -7,7 +7,6 @@ echo "Machine: $2"
echo "Num of processors: $4" echo "Num of processors: $4"
echo "Branch: $7" echo "Branch: $7"
exit 1 exit 1
if [ "$2" == "gin" ] if [ "$2" == "gin" ]
......
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