-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
INFO:numexpr.utils:Note #17
Comments
Hello! As mentioned on the stack exchange it's not really something to worry about. I think the main place To make things clearer, I should either add something to the docs, or figure out why this warning is appearing. This seems to be due to BioSimSpace - if I run
I see the message, but if I run
I don't see the message. I'm super busy at the minute so will leave figuring this out til after Christmas as it's not critical! Thanks. |
It is not critical at all, I was just was wondering if it affects any login node calculations - like calc.analyse(). As it seems it is not, I believe just your answer here is enough. |
No problem! Also, if you want to avoid running the analysis on the headnode (which can be fairly intensive) you can submit the analysis as a slurm job with |
That's what I need! But does calc.analyse(slurm=True) use GPUs for calculation? We have different types of nodes with limited time of usage and if GPUs are not used I would prefer to run it using CPU node. In this case is it possible to set up 2 templates for GPU and CPU calculations or start new calculation only for analysis while using all previous results? |
Currently we use PyMBAR 3 rather than 4 because of convergence issues (see choderalab/pymbar#544). PyMBAR 3 only runs on CPUs (whereas PyMBAR 4 can be accelerated with GPUs), so it's not ideal that
|
The solution works fine. Thank you! |
Great! Thank you! |
Hello!
I have an question about NUMEXPR_MAX_THREADS logging info.
During the a3fe run I got this messages:
I found that if I want to control this behavior I need to set up 2 system variables. Stackoverflow:
It works fine. But the question is to which calculations it applies and what are the most effective values and does it have any effect? I couldn't find any information about it in the documentation.
Could you clarify this for me please?
Thank you!
The text was updated successfully, but these errors were encountered: