-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support detecting compute nodes of E3SM machines #134
Comments
Perfect, thanks! I will give it a try... |
@chengzhuzhang, we have a backup option already, where we supposedly create a file when mache gets installed and read the machine name from it: |
The answer is that I clearly forgot to implement this on conda-forge. |
Smart! |
This should be fixed in different ways by conda-forge/mache-feedstock#54 and #135. Hopefully, we really clobber this one once and for all... |
(Sorry for getting a bit annoyed earlier. It's been a long, long day...) |
Thank you for getting to it so quickly. (and the day is indeed too long, looking at current Berlin time...) |
There has been issues raised that when running on compute nodes, analysis tools won't auto detect machines: e.g. E3SM-Project/zppy#406
The suggested solution for now is to manually specify machine name, e.x
or if running in E3SM-Unified, to use the environment variable, e.x.
It might be viable to detect machines based on compute node names if there is a pattern. Though it can be challenging based on comment from @xylar: E3SM-Project/zppy#511 (comment)
It seems that we can start to add support for certain machines that has patterns in their compute nodes names.
The text was updated successfully, but these errors were encountered: