🆘 How to set the number of cores used by a calculator in python(ase)? #140
Unanswered
ShangChien
asked this question in
Q&A
Replies: 1 comment
import os
os.environ['OMP_NUM_THREADS'] = '4'try above code, but not work 😿 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
tblite is a great tool!
background:
When I set up a http server for batch pre-optimization of molecular structures, taking into account concurrency requirements, it needed to set the number of CPU cores used by each task (instead of running full cores in parallel, which will block the http request).
So, does anyone know how to config the num of cores used by GFN2-xTB in tblite 👀
thank you!
All reactions