Skip to content

Commit f869839

Browse files
trz42github-actions[bot]
authored andcommitted
update overview of available software
1 parent a2cd2e9 commit f869839

7 files changed

Lines changed: 224 additions & 3 deletions

File tree

docs/available_software/data/json_data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/available_software/data/json_data_detail.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: NEST is a simulator for spiking neural network models that focuses
9+
on the dynamics, size and structure of neural systems rather than on the exact
10+
morphology of individual neurons.
11+
license: Not confirmed
12+
name: NEST
13+
offers:
14+
'@type': Offer
15+
price: 0
16+
operatingSystem: LINUX
17+
review:
18+
'@type': Review
19+
author:
20+
'@type': Organization
21+
name: EESSI
22+
reviewBody: Application has been successfully made available on all architectures
23+
supported by EESSI
24+
reviewRating:
25+
'@type': Rating
26+
ratingValue: 5
27+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
28+
on your system
29+
softwareVersion: '[''NEST/3.9-foss-2023a'']'
30+
url: https://www.nest-simulator.org/
31+
---
32+
33+
NEST
34+
====
35+
36+
37+
NEST is a simulator for spiking neural network models that focuses on the dynamics, size and structure of neural systems rather than on the exact morphology of individual neurons.
38+
39+
https://www.nest-simulator.org/
40+
# Available modules
41+
42+
43+
The overview below shows which NEST installations are available per target architecture in EESSI, ordered based on software version (new to old).
44+
45+
To start using NEST, load one of these modules using a `module load` command like:
46+
47+
```shell
48+
module load NEST/3.9-foss-2023a
49+
```
50+
51+
*(This data was automatically generated on {{ generated_time }})*
52+
53+
| |aarch64/generic|aarch64/a64fx|aarch64/neoverse_n1|aarch64/neoverse_v1|aarch64/nvidia/grace|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/cascadelake|x86_64/intel/haswell|x86_64/intel/icelake|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
54+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
55+
|NEST/3.9-foss-2023a|x|x|x|x|x|x|x|x|x|x|x|x|x|x|
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: 'This is the RStudio Server version.RStudio is a set of integrated
9+
tools designed to help you be more productive with R.The server can be started
10+
with: rserver --server-daemonize=0 --www-port=8787If you need a database config
11+
one can be created with: MYTMP=`mktemp -d` && echo -e "provider=sqlite\ndirectory=${MYTMP}/sqlite"
12+
> "${MYTMP}/db.conf"and then used with: rserver ... --database-config-file="${MYTMP}/db.conf'
13+
license: Not confirmed
14+
name: RStudio-Server
15+
offers:
16+
'@type': Offer
17+
price: 0
18+
operatingSystem: LINUX
19+
review:
20+
'@type': Review
21+
author:
22+
'@type': Organization
23+
name: EESSI
24+
reviewBody: Application has been successfully made available on all architectures
25+
supported by EESSI
26+
reviewRating:
27+
'@type': Rating
28+
ratingValue: 5
29+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
30+
on your system
31+
softwareVersion: '[''RStudio-Server/2024.09.0+375-foss-2023b-Java-11-R-4.4.1'']'
32+
url: https://www.rstudio.com/
33+
---
34+
35+
RStudio-Server
36+
==============
37+
38+
39+
This is the RStudio Server version.RStudio is a set of integrated tools designed to help you be more productive with R.The server can be started with: rserver --server-daemonize=0 --www-port=8787If you need a database config one can be created with: MYTMP=`mktemp -d` && echo -e "provider=sqlite\ndirectory=${MYTMP}/sqlite" > "${MYTMP}/db.conf"and then used with: rserver ... --database-config-file="${MYTMP}/db.conf
40+
41+
https://www.rstudio.com/
42+
# Available modules
43+
44+
45+
The overview below shows which RStudio-Server installations are available per target architecture in EESSI, ordered based on software version (new to old).
46+
47+
To start using RStudio-Server, load one of these modules using a `module load` command like:
48+
49+
```shell
50+
module load RStudio-Server/2024.09.0+375-foss-2023b-Java-11-R-4.4.1
51+
```
52+
53+
*(This data was automatically generated on {{ generated_time }})*
54+
55+
| |aarch64/generic|aarch64/a64fx|aarch64/neoverse_n1|aarch64/neoverse_v1|aarch64/nvidia/grace|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/cascadelake|x86_64/intel/haswell|x86_64/intel/icelake|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
56+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
57+
|RStudio-Server/2024.09.0+375-foss-2023b-Java-11-R-4.4.1|x|x|x|x|x|x|x|x|x|x|x|x|x|x|
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: SOCI is a database access library for C++ that makes the illusion of
9+
embedding SQL queries in the regular C++ code, staying entirely within the Standard
10+
C++.
11+
license: Not confirmed
12+
name: SOCI
13+
offers:
14+
'@type': Offer
15+
price: 0
16+
operatingSystem: LINUX
17+
review:
18+
'@type': Review
19+
author:
20+
'@type': Organization
21+
name: EESSI
22+
reviewBody: Application has been successfully made available on all architectures
23+
supported by EESSI
24+
reviewRating:
25+
'@type': Rating
26+
ratingValue: 5
27+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
28+
on your system
29+
softwareVersion: '[''SOCI/4.0.3-GCC-13.2.0'']'
30+
url: http://soci.sourceforge.net/
31+
---
32+
33+
SOCI
34+
====
35+
36+
37+
SOCI is a database access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code, staying entirely within the Standard C++.
38+
39+
http://soci.sourceforge.net/
40+
# Available modules
41+
42+
43+
The overview below shows which SOCI installations are available per target architecture in EESSI, ordered based on software version (new to old).
44+
45+
To start using SOCI, load one of these modules using a `module load` command like:
46+
47+
```shell
48+
module load SOCI/4.0.3-GCC-13.2.0
49+
```
50+
51+
*(This data was automatically generated on {{ generated_time }})*
52+
53+
| |aarch64/generic|aarch64/a64fx|aarch64/neoverse_n1|aarch64/neoverse_v1|aarch64/nvidia/grace|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/cascadelake|x86_64/intel/haswell|x86_64/intel/icelake|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
54+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
55+
|SOCI/4.0.3-GCC-13.2.0|x|x|x|x|x|x|x|x|x|x|x|x|x|x|
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2
9+
spec
10+
license: Not confirmed
11+
name: yaml-cpp
12+
offers:
13+
'@type': Offer
14+
price: 0
15+
operatingSystem: LINUX
16+
review:
17+
'@type': Review
18+
author:
19+
'@type': Organization
20+
name: EESSI
21+
reviewBody: Application has been successfully made available on all architectures
22+
supported by EESSI
23+
reviewRating:
24+
'@type': Rating
25+
ratingValue: 5
26+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
27+
on your system
28+
softwareVersion: '[''yaml-cpp/0.8.0-GCCcore-13.2.0'']'
29+
url: https://github.com/jbeder/yaml-cpp
30+
---
31+
32+
yaml-cpp
33+
========
34+
35+
36+
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec
37+
38+
https://github.com/jbeder/yaml-cpp
39+
# Available modules
40+
41+
42+
The overview below shows which yaml-cpp installations are available per target architecture in EESSI, ordered based on software version (new to old).
43+
44+
To start using yaml-cpp, load one of these modules using a `module load` command like:
45+
46+
```shell
47+
module load yaml-cpp/0.8.0-GCCcore-13.2.0
48+
```
49+
50+
*(This data was automatically generated on {{ generated_time }})*
51+
52+
| |aarch64/generic|aarch64/a64fx|aarch64/neoverse_n1|aarch64/neoverse_v1|aarch64/nvidia/grace|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/cascadelake|x86_64/intel/haswell|x86_64/intel/icelake|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
53+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
54+
|yaml-cpp/0.8.0-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|x|x|x|x|x|

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ extra:
177177
- icon: fontawesome/brands/twitter
178178
link: https://twitter.com/eessi_hpc
179179
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
180-
generated_time: "Fri, 07 Nov 2025 at 12:51:00 UTC"
180+
generated_time: "Wed, 12 Nov 2025 at 02:05:33 UTC"
181181
extra_javascript:
182182
# mermaid diagram
183183
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs

0 commit comments

Comments
 (0)