Closed tseemann closed 7 years ago
sub num_cpus { my($num)= qx(getconf _NPROCESSORS_ONLN); # POSIX chomp $num; return $num || 1; }