From 4211621f5fd0c3f28e1a64d3f5cfc4f8f0218572 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Mon, 3 Dec 2018 00:41:58 +0100 Subject: [PATCH] Check if MPI is correct --- run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/run.sh b/run.sh index 1bbb15d97..12600e2ab 100755 --- a/run.sh +++ b/run.sh @@ -80,6 +80,8 @@ else source $HOME/openfpm_vars_$branch + mpirun --version + mpirun $mpi_options -np $nproc ./build/src/pdata if [ $? -ne 0 ]; then curl -X POST --data "payload={\"icon_emoji\": \":jenkins:\", \"username\": \"jenkins\" , \"attachments\":[{ \"title\":\"Error:\", \"color\": \"#FF0000\", \"text\":\"$hostname failed to complete the openfpm_pdata test \" }] }" https://hooks.slack.com/services/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 -- GitLab