X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=fast_make.sh;h=38d94a187816b9820e034c420a9a910976b88886;hb=b24d2dc847c898f19fe694c8e05878c27d5f8011;hp=bd57b858e4e5e90bb8c41d5f95405145a5b7c4ed;hpb=ad7024aad1e9fead057e47e7781f5a1c6022969c;p=clitk.git diff --git a/fast_make.sh b/fast_make.sh index bd57b85..38d94a1 100755 --- a/fast_make.sh +++ b/fast_make.sh @@ -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