From f0b3fa81cb260cac9d7302715a229df3fedd8afd Mon Sep 17 00:00:00 2001 From: Francesco Pagnamenta Date: Fri, 6 Jun 2025 16:18:14 +0200 Subject: [PATCH 01/13] firecrest ui doc --- docs/index.md | 2 ++ docs/services/firecrest-ui.md | 55 +++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 58 insertions(+) create mode 100644 docs/services/firecrest-ui.md diff --git a/docs/index.md b/docs/index.md index 47b56f83..2e082e58 100644 --- a/docs/index.md +++ b/docs/index.md @@ -108,6 +108,8 @@ If you cannot find the information that you need in the documentation, help is a [:octicons-arrow-right-24: FirecREST API](services/firecrest.md) + [:octicons-arrow-right-24: FirecREST UI](services/firecrest-ui.md) + [:octicons-arrow-right-24: CI/CD for external projects](services/cicd.md) [:octicons-arrow-right-24: JupyterLab](services/jupyterlab.md) diff --git a/docs/services/firecrest-ui.md b/docs/services/firecrest-ui.md new file mode 100644 index 00000000..eafb9438 --- /dev/null +++ b/docs/services/firecrest-ui.md @@ -0,0 +1,55 @@ +[](){#ref-firecrest} +# FirecREST UI + +FirecREST UI is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend](https://docs.cscs.ch/services/firecrest/). + +## Features + +- A modern web interface built on FirecREST API functionalities. +- A dashboard offering an overview of configured clusters and their statuses. +- A dedicated view for creating and monitoring jobs. +- A file navigator with basic file management functionalities, including upload and download features. + +A description of the views and functionalities can be found [here](https://eth-cscs.github.io/firecrest-ui/documentation/). + +## FirecREST supported version + +Starting early 2025, CSCS has introduced a new version of the API: [FirecREST version 2](https://eth-cscs.github.io/firecrest-v2). + +The FirecREST UI is available and runs on the FirecREST API v2 backend (v1 not supported). + +## FirecREST UI Deployment on Alps + +FirecREST UI is currently available on two [Alps platforms][ref-alps-platforms]. + + + + + + + + + + + + + + + + + +
PlatformUI URLClusters
HPC Platformhttps://my.hpcp.cscs.ch/Daint, Eiger
ML Platformhttps://my.mlp.cscs.ch/Bristen, Clariden
+ + +## Further Information + +* [FirecREST Official Docs](https://eth-cscs.github.io/firecrest-ui/) +* [FirecREST UI for HPC Platform](https://my.hpcp.cscs.ch) +* [FirecREST UI for ML Platform](https://my.mlp.cscs.ch) +* [FirecREST OpenAPI Specification](https://eth-cscs.github.io/firecrest-v2/openapi) +* [FirecREST Official Docs](https://eth-cscs.github.io/firecrest-v2) +* [Documentation of pyFirecREST](https://pyfirecrest.readthedocs.io/) +* [FirecREST repository](https://github.com/eth-cscs/firecrest-v2) +* [What are JSON Web Tokens](https://jwt.io/introduction) +* [Python Requests](https://requests.readthedocs.io/en/master/user/quickstart) +* [Python Async API Calls](https://docs.aiohttp.org/en/stable/) diff --git a/mkdocs.yml b/mkdocs.yml index 3f4bde45..66b5ab08 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,6 +96,7 @@ nav: - 'Services': - services/index.md - 'FirecREST': services/firecrest.md + - 'FirecREST UI': services/firecrest-ui.md - 'CI/CD': services/cicd.md - 'JupyterLab': services/jupyterlab.md - 'Running Jobs': From 10c03376958d66ce61f520cf8abbdbf2e0d5f56a Mon Sep 17 00:00:00 2001 From: Francesco Pagnamenta Date: Fri, 6 Jun 2025 17:36:48 +0200 Subject: [PATCH 02/13] ref-firecrest-ui fix --- docs/services/firecrest-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/firecrest-ui.md b/docs/services/firecrest-ui.md index eafb9438..12cc1d9f 100644 --- a/docs/services/firecrest-ui.md +++ b/docs/services/firecrest-ui.md @@ -1,4 +1,4 @@ -[](){#ref-firecrest} +[](){#ref-firecrest-ui} # FirecREST UI FirecREST UI is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend](https://docs.cscs.ch/services/firecrest/). From 98208ce4c54dcc12a2f6b3698f055c6048c6e257 Mon Sep 17 00:00:00 2001 From: Francesco Pagnamenta Date: Fri, 25 Jul 2025 10:45:17 +0200 Subject: [PATCH 03/13] firecrest-ui changes based on PR #147 feedbacks --- docs/services/firecrest-ui.md | 58 ++++++++++++----------------------- 1 file changed, 19 insertions(+), 39 deletions(-) diff --git a/docs/services/firecrest-ui.md b/docs/services/firecrest-ui.md index 12cc1d9f..cb14793c 100644 --- a/docs/services/firecrest-ui.md +++ b/docs/services/firecrest-ui.md @@ -1,7 +1,7 @@ [](){#ref-firecrest-ui} -# FirecREST UI +# FirecREST user interface -FirecREST UI is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend](https://docs.cscs.ch/services/firecrest/). +FirecREST user interface (UI) is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend][ref-firecrest]. ## Features @@ -12,44 +12,24 @@ FirecREST UI is a web application designed to provide essential functionalities A description of the views and functionalities can be found [here](https://eth-cscs.github.io/firecrest-ui/documentation/). -## FirecREST supported version +## Supported version Starting early 2025, CSCS has introduced a new version of the API: [FirecREST version 2](https://eth-cscs.github.io/firecrest-v2). -The FirecREST UI is available and runs on the FirecREST API v2 backend (v1 not supported). - -## FirecREST UI Deployment on Alps - -FirecREST UI is currently available on two [Alps platforms][ref-alps-platforms]. - - - - - - - - - - - - - - - - - -
PlatformUI URLClusters
HPC Platformhttps://my.hpcp.cscs.ch/Daint, Eiger
ML Platformhttps://my.mlp.cscs.ch/Bristen, Clariden
- - -## Further Information - -* [FirecREST Official Docs](https://eth-cscs.github.io/firecrest-ui/) -* [FirecREST UI for HPC Platform](https://my.hpcp.cscs.ch) -* [FirecREST UI for ML Platform](https://my.mlp.cscs.ch) -* [FirecREST OpenAPI Specification](https://eth-cscs.github.io/firecrest-v2/openapi) +This web interface is available and runs on the FirecREST API v2 backend, v1 is not supported. + +## Alps platforms + +FirecREST user interface is currently available on three [Alps platforms][ref-alps-platforms]. + +| Platform | URL | Clusters | +|----------------|----------------------|--------------------------------------------------------------------------| +| HPC Platform | [https://my.hpcp.cscs.ch/](https://my.hpcp.cscs.ch/) | [Daint](../../clusters/daint), [Eiger](../../clusters/eiger) | +| ML Platform | [https://my.mlp.cscs.ch/](https://my.mlp.cscs.ch/) | [Bristen](../../clusters/bristen), [Clariden](../../clusters/clariden) | +| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Bristen](../../clusters/santis) | + +## Further information + +* [FirecREST user interface Official Docs](https://eth-cscs.github.io/firecrest-ui/home/) * [FirecREST Official Docs](https://eth-cscs.github.io/firecrest-v2) -* [Documentation of pyFirecREST](https://pyfirecrest.readthedocs.io/) -* [FirecREST repository](https://github.com/eth-cscs/firecrest-v2) -* [What are JSON Web Tokens](https://jwt.io/introduction) -* [Python Requests](https://requests.readthedocs.io/en/master/user/quickstart) -* [Python Async API Calls](https://docs.aiohttp.org/en/stable/) +* [FirecREST repository](https://github.com/eth-cscs/firecrest-v2) \ No newline at end of file From f2ae72ff04cd0c6f2796f3b3ad91aa09aa86d04c Mon Sep 17 00:00:00 2001 From: Francesco Pagnamenta Date: Fri, 25 Jul 2025 10:50:48 +0200 Subject: [PATCH 04/13] firecrest-ui fixed Santis label and removed a the Firecrest GH link (available in the Firecrest doc) --- docs/services/firecrest-ui.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/services/firecrest-ui.md b/docs/services/firecrest-ui.md index cb14793c..3f77cbbf 100644 --- a/docs/services/firecrest-ui.md +++ b/docs/services/firecrest-ui.md @@ -26,10 +26,9 @@ FirecREST user interface is currently available on three [Alps platforms][ref-al |----------------|----------------------|--------------------------------------------------------------------------| | HPC Platform | [https://my.hpcp.cscs.ch/](https://my.hpcp.cscs.ch/) | [Daint](../../clusters/daint), [Eiger](../../clusters/eiger) | | ML Platform | [https://my.mlp.cscs.ch/](https://my.mlp.cscs.ch/) | [Bristen](../../clusters/bristen), [Clariden](../../clusters/clariden) | -| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Bristen](../../clusters/santis) | +| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Santis](../../clusters/santis) | ## Further information -* [FirecREST user interface Official Docs](https://eth-cscs.github.io/firecrest-ui/home/) -* [FirecREST Official Docs](https://eth-cscs.github.io/firecrest-v2) -* [FirecREST repository](https://github.com/eth-cscs/firecrest-v2) \ No newline at end of file +* [FirecREST user interface doc](https://eth-cscs.github.io/firecrest-ui/home/) +* [FirecREST doc](https://eth-cscs.github.io/firecrest-v2) \ No newline at end of file From 6b32db55589e293a972fa63bd5356eb4810c7128 Mon Sep 17 00:00:00 2001 From: Francesco Pagnamenta Date: Mon, 22 Sep 2025 14:31:34 +0200 Subject: [PATCH 05/13] application renamed to HPC Console --- docs/index.md | 2 +- docs/services/hpc-console.md | 53 ++++++++++++++++++++++++++++++++++++ mkdocs.yml | 2 +- 3 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 docs/services/hpc-console.md diff --git a/docs/index.md b/docs/index.md index 2e082e58..cd3807fa 100644 --- a/docs/index.md +++ b/docs/index.md @@ -108,7 +108,7 @@ If you cannot find the information that you need in the documentation, help is a [:octicons-arrow-right-24: FirecREST API](services/firecrest.md) - [:octicons-arrow-right-24: FirecREST UI](services/firecrest-ui.md) + [:octicons-arrow-right-24: HPC Console](services/hpc-console.md) [:octicons-arrow-right-24: CI/CD for external projects](services/cicd.md) diff --git a/docs/services/hpc-console.md b/docs/services/hpc-console.md new file mode 100644 index 00000000..4cd7a456 --- /dev/null +++ b/docs/services/hpc-console.md @@ -0,0 +1,53 @@ +[](){#hpc-console} +# HPC Console + +HCP Console is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend][ref-firecrest]. +It provides users with a modern web-based environment to interact with HPC resources such as clusters, job schedulers, and filesystems. + +## Features + +- A modern web interface built on FirecREST API functionalities. +- A dashboard offering an overview of configured clusters and their statuses. +- A dedicated view for creating and monitoring jobs. +- A file navigator with basic file management functionalities, including upload and download features. + +A description of the views and functionalities can be found [here](https://eth-cscs.github.io/firecrest-ui/documentation/). + +## Views overview + +- Dashboard – shows cluster availability and basic system status. +- Jobs – allows creating, submitting, and monitoring jobs. Users can provide job name, script, and resource requirements. +- File Navigator – supports browsing directories, uploading, downloading, and deleting files. Editing files inline is not supported. + +## Supported version + +Starting early 2025, CSCS has introduced a new version of the API: [FirecREST version 2](https://eth-cscs.github.io/firecrest-v2). + +This web interface is available and runs on the FirecREST API v2 backend, FirecREST API v1 is not supported. + +## Alps platforms + +HPC console is currently available on three [Alps platforms][ref-alps-platforms]. + +| Platform | URL | Clusters | +|----------------|----------------------|--------------------------------------------------------------------------| +| HPC Platform | [https://my.hpcp.cscs.ch/](https://my.hpcp.cscs.ch/) | [Daint](../clusters/daint), [Eiger](../clusters/eiger) | +| ML Platform | [https://my.mlp.cscs.ch/](https://my.mlp.cscs.ch/) | [Bristen](../clusters/bristen), [Clariden](../clusters/clariden) | +| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Santis](../clusters/santis) | + +## Access and prerequisites + +- Access requires a valid CSCS account and authentication through the institutional login system. +- Supported browsers: recent versions of Chrome, Firefox, and Safari are recommended. +- Sessions automatically expire after a period of inactivity. + +## Feedback + +We welcome your feedback to help us improve HPC Console. +If you encounter issues or have suggestions, please let us know via our [Service Desk](https://jira.cscs.ch/plugins/servlet/desk). + +## Further information + +* [HPC Console doc](https://eth-cscs.github.io/firecrest-ui/home/) +* [Github Repo](https://github.com/eth-cscs/firecrest-ui) +* [FirecREST doc](https://eth-cscs.github.io/firecrest-v2) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 66b5ab08..9406bdd0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,7 +96,7 @@ nav: - 'Services': - services/index.md - 'FirecREST': services/firecrest.md - - 'FirecREST UI': services/firecrest-ui.md + - 'HPC Console': services/hpc-console.md - 'CI/CD': services/cicd.md - 'JupyterLab': services/jupyterlab.md - 'Running Jobs': From f72a08df1ae5ec4c0014d20a3e6f866493302a4c Mon Sep 17 00:00:00 2001 From: Francesco Pagnamenta Date: Mon, 22 Sep 2025 14:49:59 +0200 Subject: [PATCH 06/13] Removed old firecrest ui file --- docs/services/firecrest-ui.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 docs/services/firecrest-ui.md diff --git a/docs/services/firecrest-ui.md b/docs/services/firecrest-ui.md deleted file mode 100644 index 3f77cbbf..00000000 --- a/docs/services/firecrest-ui.md +++ /dev/null @@ -1,34 +0,0 @@ -[](){#ref-firecrest-ui} -# FirecREST user interface - -FirecREST user interface (UI) is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend][ref-firecrest]. - -## Features - -- A modern web interface built on FirecREST API functionalities. -- A dashboard offering an overview of configured clusters and their statuses. -- A dedicated view for creating and monitoring jobs. -- A file navigator with basic file management functionalities, including upload and download features. - -A description of the views and functionalities can be found [here](https://eth-cscs.github.io/firecrest-ui/documentation/). - -## Supported version - -Starting early 2025, CSCS has introduced a new version of the API: [FirecREST version 2](https://eth-cscs.github.io/firecrest-v2). - -This web interface is available and runs on the FirecREST API v2 backend, v1 is not supported. - -## Alps platforms - -FirecREST user interface is currently available on three [Alps platforms][ref-alps-platforms]. - -| Platform | URL | Clusters | -|----------------|----------------------|--------------------------------------------------------------------------| -| HPC Platform | [https://my.hpcp.cscs.ch/](https://my.hpcp.cscs.ch/) | [Daint](../../clusters/daint), [Eiger](../../clusters/eiger) | -| ML Platform | [https://my.mlp.cscs.ch/](https://my.mlp.cscs.ch/) | [Bristen](../../clusters/bristen), [Clariden](../../clusters/clariden) | -| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Santis](../../clusters/santis) | - -## Further information - -* [FirecREST user interface doc](https://eth-cscs.github.io/firecrest-ui/home/) -* [FirecREST doc](https://eth-cscs.github.io/firecrest-v2) \ No newline at end of file From 804d6b3753272965b0f4210faec836306539244b Mon Sep 17 00:00:00 2001 From: Juan Pablo Dorsch Date: Fri, 26 Sep 2025 13:50:18 +0200 Subject: [PATCH 07/13] Apply suggestion from @msimberg Co-authored-by: Mikael Simberg --- docs/services/hpc-console.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/services/hpc-console.md b/docs/services/hpc-console.md index 4cd7a456..5a240ced 100644 --- a/docs/services/hpc-console.md +++ b/docs/services/hpc-console.md @@ -31,9 +31,9 @@ HPC console is currently available on three [Alps platforms][ref-alps-platforms] | Platform | URL | Clusters | |----------------|----------------------|--------------------------------------------------------------------------| -| HPC Platform | [https://my.hpcp.cscs.ch/](https://my.hpcp.cscs.ch/) | [Daint](../clusters/daint), [Eiger](../clusters/eiger) | -| ML Platform | [https://my.mlp.cscs.ch/](https://my.mlp.cscs.ch/) | [Bristen](../clusters/bristen), [Clariden](../clusters/clariden) | -| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Santis](../clusters/santis) | +| HPC Platform | [https://my.hpcp.cscs.ch/](https://my.hpcp.cscs.ch/) | [Daint][ref-cluster-daint], [Eiger][ref-cluster-eiger] | +| ML Platform | [https://my.mlp.cscs.ch/](https://my.mlp.cscs.ch/) | [Bristen][ref-clsuter-bristen], [Clariden][ref-cluster-clariden] | +| CW Platform | [https://my.cwp.cscs.ch/](https://my.cwp.cscs.ch/) | [Santis][ref-cluster-santis] | ## Access and prerequisites From 3799087f236047d9709107a2b79e093c00a17532 Mon Sep 17 00:00:00 2001 From: Juan Pablo Dorsch Date: Fri, 26 Sep 2025 13:50:32 +0200 Subject: [PATCH 08/13] Apply suggestion from @msimberg Co-authored-by: Mikael Simberg --- docs/services/hpc-console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/hpc-console.md b/docs/services/hpc-console.md index 5a240ced..c091ed0e 100644 --- a/docs/services/hpc-console.md +++ b/docs/services/hpc-console.md @@ -44,7 +44,7 @@ HPC console is currently available on three [Alps platforms][ref-alps-platforms] ## Feedback We welcome your feedback to help us improve HPC Console. -If you encounter issues or have suggestions, please let us know via our [Service Desk](https://jira.cscs.ch/plugins/servlet/desk). +If you encounter issues or have suggestions, please [let us know][ref-get-in-touch]. ## Further information From 7d3ceb28dc09a2e669cfe0589ef67b1a171cb3f4 Mon Sep 17 00:00:00 2001 From: francescopagnamenta <16566374+francescopagnamenta@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:02:29 +0200 Subject: [PATCH 09/13] Update docs/services/hpc-console.md Co-authored-by: Mikael Simberg --- docs/services/hpc-console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/hpc-console.md b/docs/services/hpc-console.md index c091ed0e..e9ba4843 100644 --- a/docs/services/hpc-console.md +++ b/docs/services/hpc-console.md @@ -1,7 +1,7 @@ [](){#hpc-console} # HPC Console -HCP Console is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend][ref-firecrest]. +HPC Console is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend][ref-firecrest]. It provides users with a modern web-based environment to interact with HPC resources such as clusters, job schedulers, and filesystems. ## Features From a5fdaa0adc226f44e7bbd763c6e984b8200c1928 Mon Sep 17 00:00:00 2001 From: francescopagnamenta <16566374+francescopagnamenta@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:04:39 +0200 Subject: [PATCH 10/13] Update docs/services/hpc-console.md Co-authored-by: Juan Pablo Dorsch --- docs/services/hpc-console.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/services/hpc-console.md b/docs/services/hpc-console.md index e9ba4843..1d9bcfc5 100644 --- a/docs/services/hpc-console.md +++ b/docs/services/hpc-console.md @@ -48,6 +48,6 @@ If you encounter issues or have suggestions, please [let us know][ref-get-in-tou ## Further information -* [HPC Console doc](https://eth-cscs.github.io/firecrest-ui/home/) -* [Github Repo](https://github.com/eth-cscs/firecrest-ui) -* [FirecREST doc](https://eth-cscs.github.io/firecrest-v2) \ No newline at end of file +* [FirecREST UI documentation](https://eth-cscs.github.io/firecrest-ui) +* [FirecREST UI repository](https://github.com/eth-cscs/firecrest-ui) +* [FirecREST documentation](https://eth-cscs.github.io/firecrest-v2) \ No newline at end of file From 92eb71624aad8dfbb785183df54be49eeeebe363 Mon Sep 17 00:00:00 2001 From: francescopagnamenta <16566374+francescopagnamenta@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:05:15 +0200 Subject: [PATCH 11/13] Update docs/services/hpc-console.md Co-authored-by: Juan Pablo Dorsch --- docs/services/hpc-console.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/services/hpc-console.md b/docs/services/hpc-console.md index 1d9bcfc5..c4efec48 100644 --- a/docs/services/hpc-console.md +++ b/docs/services/hpc-console.md @@ -2,7 +2,7 @@ # HPC Console HPC Console is a web application designed to provide essential functionalities for interacting with [FirecREST API v2 backend][ref-firecrest]. -It provides users with a modern web-based environment to interact with HPC resources such as clusters, job schedulers, and filesystems. +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. ## Features From bf2002d5334f7471909d9cdee338d68c3435ff1e Mon Sep 17 00:00:00 2001 From: francescopagnamenta <16566374+francescopagnamenta@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:05:59 +0200 Subject: [PATCH 12/13] Update docs/services/hpc-console.md Co-authored-by: Juan Pablo Dorsch --- docs/services/hpc-console.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/services/hpc-console.md b/docs/services/hpc-console.md index c4efec48..ef65e90f 100644 --- a/docs/services/hpc-console.md +++ b/docs/services/hpc-console.md @@ -6,7 +6,6 @@ HPC Console is a web application that provides users with a modern web-based env ## Features -- A modern web interface built on FirecREST API functionalities. - A dashboard offering an overview of configured clusters and their statuses. - A dedicated view for creating and monitoring jobs. - A file navigator with basic file management functionalities, including upload and download features. From 1e66a03a831b803971ddc792428f1d04fe9b3c54 Mon Sep 17 00:00:00 2001 From: francescopagnamenta <16566374+francescopagnamenta@users.noreply.github.com> Date: Fri, 26 Sep 2025 16:09:43 +0200 Subject: [PATCH 13/13] Update docs/services/hpc-console.md Co-authored-by: Juan Pablo Dorsch --- docs/services/hpc-console.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/services/hpc-console.md b/docs/services/hpc-console.md index ef65e90f..7388aeb2 100644 --- a/docs/services/hpc-console.md +++ b/docs/services/hpc-console.md @@ -6,13 +6,6 @@ HPC Console is a web application that provides users with a modern web-based env ## Features -- A dashboard offering an overview of configured clusters and their statuses. -- A dedicated view for creating and monitoring jobs. -- A file navigator with basic file management functionalities, including upload and download features. - -A description of the views and functionalities can be found [here](https://eth-cscs.github.io/firecrest-ui/documentation/). - -## Views overview - Dashboard – shows cluster availability and basic system status. - Jobs – allows creating, submitting, and monitoring jobs. Users can provide job name, script, and resource requirements.