Replies: 1 comment 6 replies
-
The best route will probably depend a little on how packages and permissions and such are managed on your cluster. But I think that probably the more difficult thing to install will be Firedrake compared to Hydrogym. Have you been able to get Firedrake working, or does there happen to be a module with it pre-installed on your cluster? From there you can just install Hydrogym into whatever environment works for Firedrake. For instance, if you are able to get Firedrake working with conda you can just clone Hydrogym locally and then do Docker is also a good alternative, if that's something that works well on your cluster. Just depends on what the admins prefer. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, since firedrake is not conda friendly, what are the best practices to install hydrogym on a supercomputer ?
I mean there is this effort to include conda compatibility : firedrakeproject/firedrake#2543 (comment)
Otherwise, (I am new to HPC) could it be enough to work with a pip environment (the one created during firedrake installation) in the HPC node ?
Or should we use Docker ?
Beta Was this translation helpful? Give feedback.
All reactions