Skip to content

Commit a3412b2

Browse files
authored
Merge pull request #751 from EESSIbot/update-software-overview-1777520164
2 parents a34680e + 4f85363 commit a3412b2

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
json_ld:
3+
'@context': https://schema.org
4+
'@type': SoftwareApplication
5+
applicationCategory: DeveloperApplication
6+
description: ' SPH-EXA is a C++20 simulation code for hydrodynamics simulations
7+
8+
(with gravity and other physics), parallelized with MPI, OpenMP, CUDA, and HIP.'
9+
license: Not confirmed
10+
name: SPH-EXA
11+
offers:
12+
'@type': Offer
13+
price: 0
14+
operatingSystem: LINUX
15+
review:
16+
'@type': Review
17+
author:
18+
'@type': Organization
19+
name: EESSI
20+
reviewBody: Application has been successfully made available on all architectures
21+
supported by EESSI
22+
reviewRating:
23+
'@type': Rating
24+
ratingValue: 5
25+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
26+
on your system
27+
softwareVersion: '[''0.96.2'']'
28+
url: https://github.com/sphexa-org/sphexa
29+
---
30+
# SPH-EXA
31+
32+
33+
SPH-EXA is a C++20 simulation code for hydrodynamics simulations
34+
(with gravity and other physics), parallelized with MPI, OpenMP, CUDA, and HIP.
35+
36+
<small>homepage: </small><span class="software-link">[https://github.com/sphexa-org/sphexa](https://github.com/sphexa-org/sphexa)</span>
37+
38+
## Available installations
39+
40+
41+
|SPH-EXA version|Supported CPU targets|Supported GPU targets|EESSI version|Module|
42+
| --- | --- | --- | --- | --- |
43+
|0.96.2|`generic`: `aarch64`, `x86_64`<br/><span class="software-cpu-arm">Arm</span>: `neoverse_n1`, `neoverse_v1`, `nvidia/grace`<br/><span class="software-cpu-amd">AMD</span>: `zen2`, `zen3`, `zen4`<br/><span class="software-cpu-intel">Intel</span>: `haswell`, `skylake_avx512`, `sapphirerapids`, `icelake`, `cascadelake`<br/>|<span class="software-gpu-nvidia">NVIDIA</span>: `cc100`, `cc120`, `cc70`, `cc80`, `cc90`<br/>|<span class="software-eessi-version-202506">2025.06</span>|`SPH-EXA/0.96.2-foss-2025b-CUDA-12.9.1`|

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ extra:
212212
- icon: fontawesome/brands/twitter
213213
link: https://twitter.com/eessi_hpc
214214
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
215-
generated_time: "Wed, 29 Apr 2026 at 03:34:52 UTC"
215+
generated_time: "Thu, 30 Apr 2026 at 03:36:02 UTC"
216216
slack_invite_url: "https://join.slack.com/t/eessi-hpc/shared_invite/zt-2wg10p26d-m_CnRB89xQq3zk9qxf1k3g"
217217
extra_javascript:
218218
# mermaid diagram

0 commit comments

Comments
 (0)