From 317266db7f26e1344265efe5e59fb3deafdaa066 Mon Sep 17 00:00:00 2001 From: julianmorillo Date: Wed, 9 Sep 2026 12:46:38 +0200 Subject: [PATCH 1/4] Add premier and fireflyk3 to the list of clusters where EESSI is available --- docs/systems.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/systems.md b/docs/systems.md index 8a95d8a040..7d0ff945e8 100644 --- a/docs/systems.md +++ b/docs/systems.md @@ -218,9 +218,10 @@ Vega is the EuroHPC JU supercomputer hosted by the [Institute for Information Sc #### Barcelona Supercomputing Center (BSC) * arriesgado-hirsute: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes). -This is a RISC-V cluster that uses [`riscv.eessi.io`](https://www.eessi.io/docs/repositories/riscv.eessi.io/) * bananaf3: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes). -This is a RISC-V cluster that uses [`riscv.eessi.io`](https://www.eessi.io/docs/repositories/riscv.eessi.io/) +* premier: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes). +* fireflyk3: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes). + #### Galicia Supercomputing Center (CESGA) From da8f0d2a742533abe58a6683cf680cf5d42a01f4 Mon Sep 17 00:00:00 2001 From: julianmorillo Date: Wed, 9 Sep 2026 12:49:16 +0200 Subject: [PATCH 2/4] Eliminate dots at the end of lines --- docs/systems.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/systems.md b/docs/systems.md index 7d0ff945e8..1e632f4b59 100644 --- a/docs/systems.md +++ b/docs/systems.md @@ -217,10 +217,10 @@ Vega is the EuroHPC JU supercomputer hosted by the [Institute for Information Sc #### Barcelona Supercomputing Center (BSC) -* arriesgado-hirsute: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes). -* bananaf3: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes). -* premier: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes). -* fireflyk3: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes). +* arriesgado-hirsute: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) +* bananaf3: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) +* premier: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) +* fireflyk3: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) #### Galicia Supercomputing Center (CESGA) From 8452f3ae38663210197b2da7b189f3105e93b0c6 Mon Sep 17 00:00:00 2001 From: julianmorillo Date: Wed, 9 Sep 2026 13:12:09 +0200 Subject: [PATCH 3/4] Mention that they are RISC-V clusters (and grouped in HCA) --- docs/systems.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/systems.md b/docs/systems.md index 1e632f4b59..74e5eb0eba 100644 --- a/docs/systems.md +++ b/docs/systems.md @@ -217,10 +217,11 @@ Vega is the EuroHPC JU supercomputer hosted by the [Institute for Information Sc #### Barcelona Supercomputing Center (BSC) -* arriesgado-hirsute: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) -* bananaf3: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) -* premier: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) -* fireflyk3: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) +* HCA RISC-V clusters: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) +** arriesgado-hirsute +** bananaf3 +** premier +** fireflyk3 #### Galicia Supercomputing Center (CESGA) From a10659cf4e15ad6cfe330d3da0295108d42b29ca Mon Sep 17 00:00:00 2001 From: julianmorillo Date: Wed, 9 Sep 2026 13:19:58 +0200 Subject: [PATCH 4/4] Fix style --- docs/systems.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/systems.md b/docs/systems.md index 74e5eb0eba..c0938d497d 100644 --- a/docs/systems.md +++ b/docs/systems.md @@ -218,10 +218,10 @@ Vega is the EuroHPC JU supercomputer hosted by the [Institute for Information Sc #### Barcelona Supercomputing Center (BSC) * HCA RISC-V clusters: [General documentation](https://repo.hca.bsc.es/gitlab/epi-public/risc-v-software-development-vehicles/-/wikis/HCA-Nodes-and-Queues#commercial-risc-v-nodes) -** arriesgado-hirsute -** bananaf3 -** premier -** fireflyk3 + * arriesgado-hirsute + * bananaf3 + * premier + * fireflyk3 #### Galicia Supercomputing Center (CESGA)