Skip to content
GitLab
Explore
Sign in
Admin message
Pour rappel, le service sera inaccessible ce lundi 02/03/26 midi pour raison de mise à jour.
Changes
Page history
mise à jour wiki -connection-module-software-faq
authored
Jun 23, 2020
by
Bouquieaux Marie-Catherine
Show whitespace changes
Inline
Side-by-side
cluster/software/cluster-singularities.md
View page @
dd3bdb65
...
@@ -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/.
...
...
...
...