uu_nproc 0.0.21

nproc ~ (uutils) display the number of processing units available
Documentation
1
2
3
4
5
6
7
8
9
# nproc

```
nproc [OPTIONS]...
```

Print the number of cores available to the current process.
If the `OMP_NUM_THREADS` or `OMP_THREAD_LIMIT` environment variables are set, then
they will determine the minimum and maximum returned value respectively.