Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

6 changes: 4 additions & 2 deletions docs/available_software/detail/RAxML.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ json_ld:
ratingValue: 5
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
on your system
softwareVersion: '[''RAxML/8.2.13-gompi-2023a-avx2'', ''RAxML/8.2.13-gompi-2023a-standard'']'
softwareVersion: '[''RAxML/8.2.13-gompi-2023a-avx2'', ''RAxML/8.2.13-gompi-2023a-standard'',
''RAxML/8.2.13-gompi-2023b'']'
url: https://github.com/stamatak/standard-RAxML
---

Expand All @@ -44,12 +45,13 @@ The overview below shows which RAxML installations are available per target arch
To start using RAxML, load one of these modules using a `module load` command like:

```shell
module load RAxML/8.2.13-gompi-2023a-standard
module load RAxML/8.2.13-gompi-2023b
```

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

| |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|
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|RAxML/8.2.13-gompi-2023b|x|x|x|x|x|x|x|x|x|x|x|x|x|x|
|RAxML/8.2.13-gompi-2023a-standard|x|x|x|x|x|-|-|-|-|-|-|-|-|-|
|RAxML/8.2.13-gompi-2023a-avx2|-|-|-|-|-|x|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 @@ -177,7 +177,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: "Fri, 28 Nov 2025 at 01:53:03 UTC"
generated_time: "Fri, 05 Dec 2025 at 01:58:33 UTC"
slack_invite_url: "https://join.slack.com/t/eessi-hpc/shared_invite/zt-1wqy0t8g6-PZJTg3Hjjm5Fm3XEOkzECg"
extra_javascript:
# mermaid diagram
Expand Down