From 01e30d72005c58f2a9ce5f27fac6e94d55546ee6 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Mon, 3 Dec 2018 02:16:13 +0100
Subject: [PATCH] Debugging numerics

---
 run.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/run.sh b/run.sh
index 7eb66a53..1da490dd 100755
--- a/run.sh
+++ b/run.sh
@@ -6,7 +6,6 @@ hostname=$2
 nproc=$3
 ntask_per_node=$5
 nodes=$4
-branch=$6
 
 # Get the branch of pdata
 
@@ -17,6 +16,8 @@ branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f
 source $HOME/openfpm_vars_$branch
 cd openfpm_numerics
 
+ldd ../build/openfpm_numerics/src/numerics
+
 mpirun -np $3 ../build/openfpm_numerics/src/numerics
 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_numerics test \" }] }" https://hooks.slack.com/services/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
-- 
GitLab