Fix miscounting of threadpool size on Linux with OMP_PROC_BIND=TRUE (#3437)
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 4 Nov 2021 11:11:16 +0000 (12:11 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Nov 2021 11:11:16 +0000 (12:11 +0100)
commitefb16fafb0148c6e2c1dbe2b482ef394e262281c
treea495515159f67692eb7d8feb5bbb323065c069b6
parentabf45f72354ab9aefb24aa21b20649fc22bba64f
Fix miscounting of threadpool size on Linux with OMP_PROC_BIND=TRUE (#3437)

*  return OMP places (if available, or SC_NPROCESSORS_CONF) for maximum thread count when built with OpenMP
driver/others/memory.c