|
|
# Limiting CPU Threads
|
|
|
|
|
|
TO DO |
|
|
\ No newline at end of file |
|
|
As explained in the ["Monitoring Resources"](/monitoring) page, it is your responsibility to make sure that you are not monopolizing the entire CPUs of a server. This page lists a set of tricks to limit the number of CPU threads used by your scripts, when using common applications and libraries.
|
|
|
|
|
|
## Limiting CPU Threads with OpenMP
|
|
|
|