Skip to content

Commit 18a51f0

Browse files
authored
Merge pull request #741 from EESSIbot/update-software-overview-1776740238
2 parents 62d25bb + fa9acf7 commit 18a51f0

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
json_ld:
3+
'@context': https://schema.org
4+
'@type': SoftwareApplication
5+
applicationCategory: DeveloperApplication
6+
description: Julia is a high-level, high-performance dynamic programming language
7+
for numerical computing
8+
license: Not confirmed
9+
name: Julia
10+
offers:
11+
'@type': Offer
12+
price: 0
13+
operatingSystem: LINUX
14+
review:
15+
'@type': Review
16+
author:
17+
'@type': Organization
18+
name: EESSI
19+
reviewBody: Application has been successfully made available on all architectures
20+
supported by EESSI
21+
reviewRating:
22+
'@type': Rating
23+
ratingValue: 5
24+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
25+
on your system
26+
softwareVersion: '[''1.12.2'']'
27+
url: https://julialang.org
28+
---
29+
# Julia
30+
31+
32+
Julia is a high-level, high-performance dynamic programming language for numerical computing
33+
34+
<small>homepage: </small><span class="software-link">[https://julialang.org](https://julialang.org)</span>
35+
36+
## Available installations
37+
38+
39+
|Julia version|Supported CPU targets|Supported GPU targets|EESSI version|Module|
40+
| --- | --- | --- | --- | --- |
41+
|1.12.2|`generic`: `aarch64`, `x86_64`<br/><span class="software-cpu-arm">Arm</span>: `a64fx`, `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/>|*(none)*|<span class="software-eessi-version-202506">2025.06</span>|`Julia/1.12.2`|

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: "Sat, 18 Apr 2026 at 02:47:34 UTC"
215+
generated_time: "Tue, 21 Apr 2026 at 02:57:16 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)