How can I set the cache directory #2542
-
I had installed firedrake on one of our HPC clusters and it seems that when regular users attempt to utilize certain functions, that the program attempts to write into a directory called .cache in the firedrake installation folder. This causes permission problems, because regular users are not allowed to write into the program installation folders. Is there a way to set an environment variable or a command line option so that firedrake will use a different directory? That way, it can be set it to a directory in the user's space and avoid this problem. W = FunctionSpace(mesh2,"Argyris",5) Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to set the environment variables |
Beta Was this translation helpful? Give feedback.
You need to set the environment variables
PYOP2_CACHE_DIR
andFIREDRAKE_TSFC_KERNEL_CACHE_DIR
.