Commits


Helge Deller authored and GitHub committed c24774dc4f4
Get number of CPUs with sysconf() on Linux (#1901) * Get number of CPUs with sysconf() on Linux Avoid parsing the /proc/cpuinfo just to get number of CPUs. Instead use the portable function provided by glibc. * Update sysinfo.cc