Skip to content

Commit a68443a

Browse files
author
Francesco Pagnamenta
committed
HPC console doc
1 parent 39b3804 commit a68443a

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

docs/access/hpc-console.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
[](){#hpc-console}
2+
# HPC Console
3+
4+
HPC Console is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend][ref-firecrest].
5+
HPC Console is a web application that provides users with a modern web-based environment to interact with HPC resources such as clusters, job schedulers, and filesystems.
6+
7+
## Features
8+
9+
10+
- Dashboard – shows cluster availability and basic system status.
11+
- Jobs – allows creating, submitting, and monitoring jobs. Users can provide job name, script, and resource requirements.
12+
- File Navigator – supports browsing directories, uploading, downloading, and deleting files. Editing files inline is not supported.
13+
14+
## Alps platforms
15+
16+
HPC console is currently available on three [Alps platforms][ref-alps-platforms].
17+
18+
| Platform | URL | Clusters |
19+
|----------------|----------------------|--------------------------------------------------------------------------|
20+
| HPC Platform | [https://my.hpcp.cscs.ch/](https://my.hpcp.cscs.ch/) | [Daint][ref-cluster-daint], [Eiger][ref-cluster-eiger] |
21+
| ML Platform | [https://my.mlp.cscs.ch/](https://my.mlp.cscs.ch/) | [Bristen][ref-cluster-bristen], [Clariden][ref-cluster-clariden] |
22+
| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Santis][ref-cluster-santis] |
23+
24+
## Access and prerequisites
25+
26+
- Access requires a valid CSCS account and authentication through the institutional login system.
27+
- Supported browsers: recent versions of Chrome, Firefox, and Safari are recommended.
28+
- Sessions automatically expire after a period of inactivity.
29+
30+
## Feedback
31+
32+
We welcome your feedback to help us improve HPC Console.
33+
If you encounter issues or have suggestions, please [let us know][ref-get-in-touch].
34+
35+
## Further information
36+
37+
* [FirecREST UI documentation](https://eth-cscs.github.io/firecrest-ui)
38+
* [FirecREST UI repository](https://github.com/eth-cscs/firecrest-ui)
39+
* [FirecREST documentation](https://eth-cscs.github.io/firecrest-v2)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ nav:
3737
- 'Web Services': access/web.md
3838
- 'SSH': access/ssh.md
3939
- 'FirecREST': access/firecrest.md
40+
- 'HPC Console': access/hpc-console.md
4041
- 'JupyterLab': access/jupyterlab.md
4142
- 'VSCode': access/vscode.md
4243
- 'Running Jobs':

0 commit comments

Comments
 (0)