spack-stack via singularity #1175
Replies: 3 comments 1 reply
-
Ben, this is not a spack-stack question and I don't know the answer to your question, unfortunately. We build docker containers with spack-stack and convert them to singularity afterwards. |
Beta Was this translation helpful? Give feedback.
-
Hi @climbfuji - Is there documentation on how to build the model using spack-stack via singularity? As a related question, would it be possible to get some of the other environments built as containers? For example, global-workflow requires gsi-addon for full functionality, but that doesn't seem to be one of the containers here. |
Beta Was this translation helpful? Give feedback.
-
We got the issues ironed out so I will go ahead and close this. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have what I think is probably a basic containers question I was hoping someone could help me with. I am trying to adapt a set of instructions for using a container with apptainer on Frontera to singularity on my local cluster. In the Frontera script, there is the following command:
source /root/.bashenv
This command returns a permission error if run from the command line, but works just fine if run as part of the
apptainer exec
command. However, on my local cluster, trying to use this command in the script viasingularity exec
returns a permission error. Leaving it out results in a large number of errors related to not finding /opt and other paths related to modules.I haven't been able to find any documentation on why this command works in one instance but not the other. Any suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions