diff --git a/run.sh b/run.sh index 25af67788a15715999d27944dd22ea2efea799f0..ce535df858ad765307f8c0eddfc53a6241e44ac2 100755 --- a/run.sh +++ b/run.sh @@ -64,7 +64,7 @@ else source $HOME/openfpm_vars_$7 - mpirun -np $4 ./build/src/pdata + 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 ;