[PATCH] Fix num_processors_ignoring_omp.

2019-06-04 Thread Nikita Ermakov
From: Nikita Ermakov - Update comments to correspond closed glibc bug #21542. - In case of failed _SC_NPROCESSORS_CONF use the maximum between nprocs_current and nprocs to meet the requirements of num_processors (NPROC_ALL) >= num_processors (NPROC_CURRENT). --- lib/nproc.c |

[PATCH] Fix num_processors_ignoring_omp.

2019-06-04 Thread Nikita Ermakov
- Update comments to correspond closed glibc bug #21542. - In case of failed _SC_NPROCESSORS_CONF use the maximum between nprocs_current and nprocs to meet the requirements of num_processors (NPROC_ALL) >= num_processors (NPROC_CURRENT). --- lib/nproc.c | 22 +++--- 1 file cha