Skip to content

Commit e2c1f4e

Browse files
committed
refactor install guides to be under unsupported software
1 parent 013e87c commit e2c1f4e

File tree

7 files changed

+40
-38
lines changed

7 files changed

+40
-38
lines changed

docs/build-install/applications/index.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[](){#ref-software-packages-matlab}
2+
# Matlab
3+
4+
CSCS does not have a license to provide [Matlab](https://www.mathworks.com/products/matlab.html) to users on Alps.
5+
Users or groups with valid licenses can install Matlab themselves as [user software][ref-support-user-apps].

docs/build-install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CSCS provides commonly used software and tools on Alps, however many use cases w
55

66
<div class="grid cards" markdown>
77

8-
- :fontawesome-solid-earth-americas: __[Application guides][ref-build-applications]__ – guides on how to install commonly requested or difficult to install software.
8+
- :fontawesome-solid-earth-americas: __[Unsupported software][ref-software-installation-guides]__ – guides on how to install commonly requested or difficult to install software.
99

1010
</div>
1111

docs/software/sciapps/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ CSCS staff can also help users with performance analysis to optimise their workf
1919
CSCS provides [tools and environments][ref-building] for installing applications that are not on the list of supported applications.
2020

2121
!!! info
22-
We are building guides for installing [popular applications][ref-build-applications].
23-
22+
We are building guides for installing [popular applications][ref-software-installation-guides].

docs/software/unsupported.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/software/unsupported/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
[](){#ref-software-unsupported}
2+
# Unsupported Software
3+
4+
This page documents frequently-requested applications that CSCS does not provide pre-built on Alps as [supported software][ref-support-apps].
5+
6+
## Prohibited applications
7+
8+
The use of the following applications probited from use on CSCS systems.
9+
10+
| Software | Use | Reason Prohibited |
11+
| --- | --- | --- |
12+
| [Gaussian](https://gaussian.com/) | Electronic structure simulation | License terms probibit installation on CSCS systems |
13+
14+
[](){#ref-software-installation-guides}
15+
## Installation guides
16+
17+
This is a collection of installation guides for commonly-used software that is not on CSCS list of [officially supported software][ref-software-sciapps].
18+
19+
* [Matlab][ref-software-packages-matlab]
20+
* [WRF][ref-software-packages-wrf]
21+
22+
!!! note "Contributions welcome!"
23+
The guides here are best effort, and may become out of date.
24+
25+
If you see that a guide is out of date, you are welcome to [propose an update](https://github.com/eth-cscs/cscs-docs/issues) or make a [contribution][ref-contributing].
26+
27+
!!! danger "You are responsible for respecting license terms"
28+
When installing software that require a license, it is the responsibility of users to ensure that the software is only available to them personally, or to [members of their group][ref-guides-storage-sharing] who are also permitted by the license to access the software.
29+

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ nav:
7575
- 'uenv': build-install/uenv.md
7676
- 'Containers (podman)': build-install/containers.md
7777
- 'Python with pip': build-install/pip.md
78-
- 'Applications':
79-
- build-install/applications/index.md
80-
- 'WRF': build-install/applications/wrf.md
8178
- 'Debugging and Performance Analysis':
8279
- software/devtools/index.md
8380
- 'Linaro uenv': software/devtools/linaro-uenv.md
@@ -96,7 +93,10 @@ nav:
9693
- 'Resource and hooks': software/container-engine/resource-hook.md
9794
- 'EDF reference': software/container-engine/edf.md
9895
- 'Known issues': software/container-engine/known-issue.md
99-
- 'Unsupported Software': software/unsupported.md
96+
- 'Unsupported Software':
97+
- software/unsupported/index.md
98+
- 'Matlab': build-install/applications/matlab.md
99+
- 'WRF': build-install/applications/wrf.md
100100
- 'Services':
101101
- services/index.md
102102
- 'FirecREST': services/firecrest.md

0 commit comments

Comments
 (0)