Change how numProc is derived on Linux (#13909)
authorJarret Shook <jashoo@microsoft.com>
Wed, 13 Sep 2017 08:43:06 +0000 (01:43 -0700)
committerJan Vorlicek <janvorli@microsoft.com>
Wed, 13 Sep 2017 08:43:06 +0000 (10:43 +0200)
commit80dd47bb5564f1cfc843c8d753096a0a3acfbe2d
treede2a4f1d75705b7bf2173e2158f8131af5a5aae8
parent5eac91c7101aeb02abe390935c35342432570323
Change how numProc is derived on Linux (#13909)

Before the decision for numProcs to run in parallel for runtests.sh
was based on _NPROCESSORS_ONLN which harware which attempts to save
power (eg arm(64)) this number may be < numProcs.
build.sh
tests/runtest.sh