Skip to content

Commit

Permalink
update overview of available software
Browse files Browse the repository at this point in the history
  • Loading branch information
trz42 authored and github-actions[bot] committed Oct 4, 2024
1 parent febd1c3 commit 9e4eabe
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/available_software/data/json_data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/available_software/data/json_data_detail.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/available_software/detail/GL2PS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ The overview below shows which GL2PS installations are available per target arch
To start using GL2PS, load one of these modules using a `module load` command like:

```shell
module load GL2PS/1.4.2-GCCcore-12.2.0
module load GL2PS/1.4.2-GCCcore-12.3.0
```

*(This data was automatically generated on {{ generated_time }})*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|GL2PS/1.4.2-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
|GL2PS/1.4.2-GCCcore-12.2.0|x|x|x|x|x|x|-|x|x|
29 changes: 29 additions & 0 deletions docs/available_software/detail/ROOT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
hide:
- toc
---

ROOT
====


The ROOT system provides a set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way.

https://root.cern.ch/drupal/
# Available modules


The overview below shows which ROOT installations are available per target architecture in EESSI, ordered based on software version (new to old).

To start using ROOT, load one of these modules using a `module load` command like:

```shell
module load ROOT/6.30.06-foss-2023a
```

*(This data was automatically generated on {{ generated_time }})*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|ROOT/6.30.06-foss-2023a|x|x|x|x|x|x|x|x|x|
|ROOT/6.26.10-foss-2022b|-|-|-|x|x|x|-|x|x|
3 changes: 2 additions & 1 deletion docs/available_software/detail/freeglut.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ The overview below shows which freeglut installations are available per target a
To start using freeglut, load one of these modules using a `module load` command like:

```shell
module load freeglut/3.4.0-GCCcore-12.2.0
module load freeglut/3.4.0-GCCcore-12.3.0
```

*(This data was automatically generated on {{ generated_time }})*

| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/haswell|x86_64/intel/skylake_avx512|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|freeglut/3.4.0-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|
|freeglut/3.4.0-GCCcore-12.2.0|x|x|x|x|x|x|-|x|x|
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ extra:
- icon: fontawesome/brands/twitter
link: https://twitter.com/eessi_hpc
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
generated_time: "Wed, 02 Oct 2024 at 12:42:25 UTC"
generated_time: "Fri, 04 Oct 2024 at 12:39:26 UTC"
extra_javascript:
# mermaid diagram
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
Expand Down

0 comments on commit 9e4eabe

Please sign in to comment.