File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,14 @@ And container technologies:
16
16
- [ Podman] ( https://podman.io )
17
17
- [ Docker] ( https://docker.io )
18
18
19
- Coming soon:
20
-
21
- - [ Shifter] ( https://github.com/NERSC/shifter )
22
19
23
20
You can use shpc if you are:
24
21
25
22
1 . a linux administrator wanting to manage containers as modules for your cluster
26
23
2 . a cluster user that wants to maintain your own folder of custom modules
27
24
3 . a cluster user that simply wants to pull Singularity images as GitHub packages.
28
25
29
- These use cases will be better flushed out and documented as the library is developed .
26
+ A module technology is required in all cases .
30
27
31
28
📖️ Read the [ documentation] ( https://singularity-hpc.readthedocs.io/en/latest/ ) 📖️
32
29
⭐️ Browse the [ container module collection] ( https://singularityhub.github.io/singularity-hpc/ ) ⭐️
Original file line number Diff line number Diff line change 4
4
Installation
5
5
============
6
6
7
- Singularity Registry HPC (shpc) can be installed from pypi, or from source. For either, it's
8
- recommended that you create a virtual environment, if you have not already
7
+ Singularity Registry HPC (shpc) can be installed from pypi, or from source.
8
+ In all cases, a module technology is required such as `lmod (install intstructions) <https://lmod.readthedocs.io/en/latest/030_installing.html >`_
9
+ or `environment modules (install instructions) <https://modules.readthedocs.io/en/latest/INSTALL.html >`_.
10
+ Having module software installed means that the ``module `` command should be on your path.
11
+ Once you are ready to install shpc along your module software, it's recommended that you create a virtual environment, if you have not already
9
12
done so.
10
13
11
14
You can’t perform that action at this time.
0 commit comments