Skip to content

Commit b1c38b7

Browse files
committed
[REFACTOR:containers] Move containers to the environment section
1 parent c9f6e3d commit b1c38b7

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

docs/environment/conda.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
<!--intro-start-->
44

5-
Packages provided through the standard channels of [modules](modules.md) and [containers](../../containers/) are optimized for the ULHPC clusters to ensure their performance and stability. However, many packages where performance is not critical and are used by few users are not provided through the standard channels. These packages can still be installed locally by the users through an environment management system such as Conda.
5+
Packages provided through the standard channels of [modules](modules.md) and [containers](../containers/) are optimized for the ULHPC clusters to ensure their performance and stability. However, many packages where performance is not critical and are used by few users are not provided through the standard channels. These packages can still be installed locally by the users through an environment management system such as Conda.
66

77
!!! warning "Contact the ULHPC before installing any software with Conda"
8-
Prefer binaries provided through [modules](modules.md) or [containers](../../containers/). Conda installs generic binaries that may be suboptimal for the configuration of the ULHPC clusters. Furthermore, installing packages locally with Conda consumes quotas in your or your project's account in terms of [storage space and number of files](../../filesystems/quotas/#current-usage).
8+
Prefer binaries provided through [modules](modules.md) or [containers](../containers/). Conda installs generic binaries that may be suboptimal for the configuration of the ULHPC clusters. Furthermore, installing packages locally with Conda consumes quotas in your or your project's account in terms of [storage space and number of files](../../filesystems/quotas/#current-usage).
99

1010
Contact the ULHPC High Level Support Team in the [service portal](https://service.uni.lu/sp?id=index) [Home > Research > HPC > Software environment > Request expertise] to discuss possible options before installing any software.
1111

File renamed without changes.

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ The user software environment is generated using [Easybuild](https://easybuild.r
191191
<!-- * [Software Sets, compilers and toolchains at ULHPC](software/swsets.md) -->
192192
<!-- * [Compiling/building software](development/software/index.md) -->
193193
<!-- - [Building missing software with Easybuild](development/software/easybuild.md) -->
194-
* [Running Containers](containers/index.md)
194+
* [Running Containers](/environment/containers)
195195
<!-- * [Contributing to the ULHPC User Software](development/software/contributing.md) -->
196196

197197
!!! question "Software building support"

docs/software/physics/wrf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In our systems we provide repackaged containers developed by the Central Researc
1212

1313
## Available versions in the UL HPC systems
1414

15-
In the UL HPC system we support [Singularity containers](/containers). The University of Manchester containers have been repackaged as Singularity containers for use in our systems. The Singularity containers are:
15+
In the UL HPC system we support [Apptainer containers](/environment/containers). The University of Manchester containers have been repackaged as Singularity containers for use in our systems. The Singularity containers are:
1616

1717
- WRF-WPS version 4.3.3: `/work/projects/singularity/ulhpc/wrf-wps-4.3.3.sif`
1818
- WRF-Chem version 4.3.3: `/work/projects/singularity/ulhpc/wrf-chem-4.3.3.sif`

mkdocs.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ nav:
6262
# - Multi-Factor Authentication: 'connect/mfa.md'
6363
##############
6464
- Environment:
65-
- Overview: 'environment/index.md'
66-
- Modules: 'environment/modules.md'
67-
- Easybuild: 'environment/easybuild.md'
68-
- Conda: 'environment/conda.md'
65+
- Overview: 'environment/index.md'
66+
- Modules: 'environment/modules.md'
67+
- Easybuild: 'environment/easybuild.md'
68+
- Containers: 'environment/containers.md'
69+
- Conda: 'environment/conda.md'
6970
###########
7071
- Policies:
7172
- Acceptable Use Policy (AUP): 'policies/aup.md'
@@ -141,7 +142,6 @@ nav:
141142
# - Contributing: 'software/contributing.md'
142143
# - BigData Analytics: 'software/bigdata/index.md'
143144
# - Bioinformatics/Life Science: 'software/bio/index.md'
144-
- Containers: 'containers/index.md'
145145
- Computer Aided Eng. (CAE):
146146
- FEniCS : 'software/cae/fenics.md'
147147
- ANSYS : 'software/cae/ansys.md'
@@ -241,9 +241,6 @@ nav:
241241
- Scalasca: 'development/performance-debugging-tools/scalasca.md'
242242
- Valgrind: 'development/performance-debugging-tools/valgrind.md'
243243
- APS: 'development/performance-debugging-tools/aps.md'
244-
- Containers:
245-
- About: 'containers/index.md'
246-
# - Singularity: 'containers/singularity.md'
247244
###############
248245
# - Applications:
249246
# - Overview: 'software/index.md'

0 commit comments

Comments
 (0)