Remove std::thread::hardware_concurrency()
commit81ad9b003db28205dddb9e02e9f77b477a1e15cd
authorBerk Hess <hess@kth.se>
Wed, 15 Jun 2016 21:23:27 +0000 (15 23:23 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 17 Jun 2016 12:39:25 +0000 (17 14:39 +0200)
treebbbd3a247d48f05bb0cb90dbec635db2b89c4978
parent4b8d53be6aa22aeba77f375c31f65390a619e63b
Remove std::thread::hardware_concurrency()

We should not use std::thread::hardware_concurrency() fo determining
the logical processor count, since it only provides a hint.
Note that we still have 3 different sources for this count left.

Change-Id: Id536e517419bb33294693d91b6f010d0d5342352
src/gromacs/hardware/hardwaretopology.cpp