From 55a43d441bfd6b36249adfe3da6f75c799ddbeb8 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 6 Dec 2018 20:29:41 +0100
Subject: [PATCH] Adding oversubscrive to run

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

diff --git a/run.sh b/run.sh
index 8ffef850..df98458a 100755
--- a/run.sh
+++ b/run.sh
@@ -17,7 +17,7 @@ source $HOME/openfpm_vars_$branch
 cd openfpm_numerics
 
 
-mpirun -np $3 ../build/openfpm_numerics/src/numerics
+mpirun --oversubscribe -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