From a43b2012a4701ce2702a42662b0f112180bb0093 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Mon, 12 Nov 2018 19:59:54 +0100
Subject: [PATCH] Making compilation default 4 cores

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

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