diff --git a/run.sh b/run.sh index 695056328179e225661abd065a5f32e0f4460c58..ce535df858ad765307f8c0eddfc53a6241e44ac2 100755 --- a/run.sh +++ b/run.sh @@ -63,11 +63,8 @@ else fi source $HOME/openfpm_vars_$7 - which mpic++ - ldd ./build/src/pdata - #mpirun --oversubscribe -np $4 ./build/src/pdata - exit 1 + mpirun --oversubscribe -np $4 ./build/src/pdata if [ $? -ne 0 ]; then curl -X POST --data "payload={\"icon_emoji\": \":jenkins:\", \"username\": \"jenkins\" , \"attachments\":[{ \"title\":\"Error:\", \"color\": \"#FF0000\", \"text\":\"$2 failed to complete the openfpm_pdata test \" }] }" https://hooks.slack.com/services/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 exit 1 ;