Skip to content
Snippets Groups Projects
Commit e281304f authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

fix

parent 89544d20
No related branches found
No related tags found
6 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!196Master,!187Singularity
...@@ -40,6 +40,8 @@ For using our singularity images we prepared special wrappers: ...@@ -40,6 +40,8 @@ For using our singularity images we prepared special wrappers:
* image-shell * image-shell
* image-update * image-update
The latest version of the scripts is [here](https://code.it4i.cz/sccs/it4i-singularity/tree/master/bin)
**image-exec** **image-exec**
Open image and run command into image. Open image and run command into image.
...@@ -53,7 +55,7 @@ CentOS Linux release 7.3.1708 (Core) ...@@ -53,7 +55,7 @@ CentOS Linux release 7.3.1708 (Core)
**image-mpi** **image-mpi**
MPI wrapper. More in the chapter [Examples MPI](#mpi) MPI wrapper. More in the chapter [Examples MPI](#mpi).
**image-run** **image-run**
...@@ -230,17 +232,17 @@ $ image-mpi hostname | wc -l ...@@ -230,17 +232,17 @@ $ image-mpi hostname | wc -l
48 48
``` ```
## Use Own Image on Cluster ## How to Use Own Image on Cluster?
1. Prepare image into your local computer 1. Prepare the image on your computer
1. Transfer image to your `/home` (for example `.singularity/image`) 1. Transfer the images to your `/home` directory on the cluster (for example `.singularity/image`)
1. Load module Singularity (`ml Singularity`) 1. Load module Singularity (`ml Singularity`)
1. Use your image 1. Use your image
## Edit IT4Innovations Image ## How to Edit IT4Innovations Image?
1. Transfer image to your local computer 1. Transfer the image to your computer
1. Edit image 1. Modify the image
1. Transfer image from your local computer to cluster /home 1. Transfer the image from your computer to your `/home` directory on the cluster
1. Load module Singularity (`ml Singularity`) 1. Load module Singularity (`ml Singularity`)
1. Use your image 1. Use your image
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment