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

cpu limit · Changes

Page history
Update cpu limit authored Oct 04, 2023 by Daniele Jahier Pagliari's avatar Daniele Jahier Pagliari
Show whitespace changes
Inline Side-by-side
cpu-limit.md
View page @ 35969625
......@@ -29,7 +29,7 @@ See this [link](https://github.com/xianyi/OpenBLAS#setting-the-number-of-threads
If you are currently working with another program or library that uses multi-threading, and you can share some code or some tips on how to limit the number of threads, please contact the sysadmins. We will be glad to add your suggestions to this page. We have some more settings but we did not have time to document them properly.
**TLDR**: In any case, this is a safe setting that we found works quite well on our servers to prevent most libraries to make an excessive use of resources:
**TLDR**: In any case, this is a safe set of exports that we found to work quite well on our servers to prevent most libraries to make an excessive use of resources:
```
export OMP_NUM_THREADS=4
export OPENBLAS_NUM_THREADS=4
......
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