Skip to content
GitLab
  • Explore
  • Sign in
  • EDA Guides
  • eda-servers-guide
  • Wiki
  • cpu limit

cpu limit · Changes

Page history
Update cpu limit authored May 07, 2021 by Daniele Jahier Pagliari's avatar Daniele Jahier Pagliari
Hide whitespace changes
Inline Side-by-side
cpu-limit.md
View page @ 96a92757
......@@ -2,6 +2,8 @@
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.
Note that, most of the times, you will not be using one of the libraries below directly, but rather through a higher level application (for example, OpenMP is used by TensorFlow). So, it is up to you to discover which parallel libraries your script uses and limit them accordingly.
## Limiting CPU Threads in OpenMP
[OpenMP](https://www.openmp.org/) is a common shared-memory parallel programming library. For example, OpenMP is sometimes used by TensorFlow and PyTorch when training a model without GPU support.
......
Clone repository
Home

Servers Information
Accounts
Connecting to the Servers
Storage Management and Quotas
Monitoring Resources
Software, Libraries and Data
  • Using Custom Software
  • Software Modules on Philae
  • Remote Code Deployment
  • Python Virtual Environments
  • EDA Technology Libraries
  • Shared Datasets
Miscellaneous Settings
  • Setting Up CUDA Libraries
  • Choosing which GPU to Use
  • Limiting GPU Memory
  • Limiting CPU Threads
Gitlab

Sidebar