How to run tests after building MOOSE with singularity? #26101
Replies: 2 comments 2 replies
-
|
@chunhuizhao478 we are in the slow process of phasing out our docker images in lieu of our apptainer images, and the documentation has not been updated accordingly. If you run: you'll build the latest moose environment (this is a WIP, but is nearly done). You can then enter that environment, clone, and then build moose. What is your use case here? I'm glad to help if you provide more context. |
Beta Was this translation helpful? Give feedback.
-
|
It builds successfully with If I do But there is no moose, so the next step is to build moose inside, how should i achieve it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I'm trying to build MOOSE with singularity on the cluster, it builds successfully by pulling out docker image:
singularity build moose.sif docker://idaholab/moose:latestThen I would like to run tests to verify the build, I try to search a similar command as given in MOOSE docker install page:
docker run -ti idaholab/moose:latest /bin/bash -c 'cd test; ./run_tests'But I'm unable to find a similar command to get access to the executable. I wonder if anyone has experience? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions