]> Creatis software - clitk.git/blobdiff - fast_make.sh
Functionality to Delete Last Image
[clitk.git] / fast_make.sh
index bd57b858e4e5e90bb8c41d5f95405145a5b7c4ed..38d94a187816b9820e034c420a9a910976b88886 100755 (executable)
@@ -27,7 +27,7 @@ then
    sleep 1
    make -j${cpus}
 else #use all the available computing power by default
-    cpus=$(( $(cat /proc/cpuinfo | grep -c ^processor) + 2 ))
+    cpus=$(( $(cat /proc/cpuinfo | grep -c ^processor) + 0 ))
     echo "Building with ${cpus} cpus..."
 fi