Skip to content

Commit

Permalink
document how to limit number of cores; closes #56
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jul 31, 2024
1 parent 2ede303 commit e192162
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@ be able to use all available cores on the computer or computing node. Since
grids are currently generated atom by atom, it is also possible to parallelize
"outside" by the caller.

If you need to limit the number of cores used by Rayon, you can set (in this
case limiting to 4 threads):
```bash
export RAYON_NUM_THREADS=4
```


## Space partitioning

Expand Down

0 comments on commit e192162

Please sign in to comment.