From 02262f6646912b850a172d7ad8cb475c1cc4545c Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Thu, 15 Nov 2018 10:06:21 +0100
Subject: [PATCH] Fixing run on OSX

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

diff --git a/run.sh b/run.sh
index 25af6778..ce535df8 100755
--- a/run.sh
+++ b/run.sh
@@ -64,7 +64,7 @@ else
 
  source $HOME/openfpm_vars_$7
 
- mpirun -np $4 ./build/src/pdata
+ 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