Issues encountered by user using Firedrake #3480
Unanswered
AMK13
asked this question in
Firedrake support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The user is able to load Firedrake, source the env certain lines in my code (that definitely work on my local machine) cause errors on HPC cluster.
1/ User did module load firedrake which worked fine
2/ sourced the firedrake environment which also worked fine
3/ User tried to run my script using python -helmholtz.py but it failed (see the terminal logs in Helmholtz_err1
4/ User then started python interactively and ran each line of code in my file until I hit the error again (see Helmholtz_err2 for the termina logs)
5/ It appears the error originates from the line where I do f.interpolate(…)
6/ The script itself is not the issue since it runs fine on my local machine
7/ User tried to run a different script that doesn’t use the interpolate method from firedrake. I ran it line by line again. Unfortunately, it resulted in a similar looking error message (see laplace_err1 for the terminal logs)
Please see a copy of the
helmholtz_err1.txt
helmholtz_err2.txt
laplace_err1.txt
Beta Was this translation helpful? Give feedback.
All reactions