From e3ebd6a3ef3c0de5a11267fb03135751c1780026 Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Fri, 6 May 2022 00:53:33 +0200
Subject: [PATCH] Fixing docker

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

diff --git a/run.sh b/run.sh
index b22104fa..6f62318b 100755
--- a/run.sh
+++ b/run.sh
@@ -28,7 +28,7 @@ source $HOME/openfpm_vars_$branch
 
 cd openfpm_numerics
 
-mpirun -np $3 ../build/openfpm_numerics/src/numerics
+mpirun $mpi_options -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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
    exit 1 ;
-- 
GitLab