We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ede303 commit e192162Copy full SHA for e192162
1 file changed
README.md
@@ -279,6 +279,12 @@ be able to use all available cores on the computer or computing node. Since
279
grids are currently generated atom by atom, it is also possible to parallelize
280
"outside" by the caller.
281
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
+
288
289
## Space partitioning
290
0 commit comments