From 3ad2d09400c123e9dda2c769dd2863461aeda8ae Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Thu, 15 Nov 2018 18:05:48 +0100 Subject: [PATCH] Fixing ubuntu run bypass default MPI installation --- run.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/run.sh b/run.sh index 69505632..ce535df8 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 ; -- GitLab