mise à jour wiki -connection-module-software-faq authored by Bouquieaux Marie-Catherine's avatar Bouquieaux Marie-Catherine
...@@ -14,7 +14,7 @@ They are created for three reasons: ...@@ -14,7 +14,7 @@ They are created for three reasons:
# Container available # Container available
All singularity containers available can be found in /home/mass/opt/griddata/Singularity_containers/containers. All singularity containers available can be found in /\_SHARE_/Resources/Tools/Singularity/containers.
# Use a singularity container # Use a singularity container
...@@ -33,6 +33,14 @@ Finally, to use it, the following command must be used: ...@@ -33,6 +33,14 @@ Finally, to use it, the following command must be used:
$ singularity exec <path/to/container/container_name> <usual_command> $ singularity exec <path/to/container/container_name> <usual_command>
``` ```
(other info found on cluster: exec Run a command within a container
run Run the user-defined default command within a container (if any)
shell Run a shell within a container (usefull to troubleshoot if doesn't work properly))
# Interesting link and contact # Interesting link and contact
More information about Singularity Containers can be found on this webpage: https://sylabs.io/singularity/. More information about Singularity Containers can be found on this webpage: https://sylabs.io/singularity/.
... ...
......