mirror of
https://github.com/uutils/coreutils
synced 2025-01-25 19:35:35 +00:00
10 lines
253 B
Markdown
10 lines
253 B
Markdown
|
# 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.
|