From 5fc7651ea6490dd23546d6f90cc28bf72211a0a1 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Wed, 7 Nov 2018 02:17:00 +0100
Subject: [PATCH] reducing the default number of cores to 1

---
 install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install b/install
index eae974419..5c76adc8d 100755
--- a/install
+++ b/install
@@ -195,7 +195,7 @@ if [ $sq -eq 0 ]; then
   possible_solutions "${commands[@]}"
 fi
 
-ncore=4
+ncore=1
 echo -e "\033[1mHow many core you want to use to install the dependencies?\033[0m"
 if [ $sq -eq 0 ]; then
   read ncore
-- 
GitLab