Skip to content

Commit e192162

Browse files
committed
document how to limit number of cores; closes #56
1 parent 2ede303 commit e192162

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ be able to use all available cores on the computer or computing node. Since
279279
grids are currently generated atom by atom, it is also possible to parallelize
280280
"outside" by the caller.
281281

282+
If you need to limit the number of cores used by Rayon, you can set (in this
283+
case limiting to 4 threads):
284+
```bash
285+
export RAYON_NUM_THREADS=4
286+
```
287+
282288

283289
## Space partitioning
284290

0 commit comments

Comments
 (0)