Fixed zero hardware thread count
authorBerk Hess <hess@kth.se>
Thu, 28 Nov 2013 18:35:29 +0000 (19:35 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sun, 1 Dec 2013 12:08:58 +0000 (13:08 +0100)
commit15326145ce4fc939fb31cfe44d966b411f6d0678
tree8081e63d25926e430a5df162943941f169c30404
parent8a7cde1d313392631d886f6f98dedabdcf3c1619
Fixed zero hardware thread count

A missing include caused sysconf not to be called, which lead
to the hardware thread count being zero on most non-Windows systems.

Change-Id: I102c04f494f2946725bb5714482cb861aa8f69fc
src/gromacs/gmxlib/gmx_detect_hardware.c