We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13bd4b commit 829c146Copy full SHA for 829c146
.github/compat/matrix.yml
@@ -37,9 +37,15 @@ toolchain:
37
- {compiler: intel-classic, version: '2021.2'}
38
- {compiler: intel-classic, version: '2021.1.2'}
39
- {compiler: intel-classic, version: '2021.1'}
40
- - {compiler: lfortran, version: '0.31.0'}
41
- - {compiler: lfortran, version: '0.32.0'}
42
- - {compiler: lfortran, version: '0.33.0'}
+ - {compiler: lfortran, version: '0.45.0'}
+ - {compiler: lfortran, version: '0.44.0'}
+ - {compiler: lfortran, version: '0.43.0'}
43
+ - {compiler: lfortran, version: '0.42.0'}
44
+ - {compiler: lfortran, version: '0.41.0'}
45
+ - {compiler: nvidia-hpc, version: '25.1'}
46
+ - {compiler: nvidia-hpc, version: '24.5'}
47
+ - {compiler: nvidia-hpc, version: '24.3'}
48
+ - {compiler: nvidia-hpc, version: '24.1'}
49
- {compiler: nvidia-hpc, version: '23.11'}
50
- {compiler: nvidia-hpc, version: '23.9'}
51
- {compiler: nvidia-hpc, version: '23.7'}
README.md
@@ -35,7 +35,8 @@ jobs:
35
- {compiler: gcc, version: 13}
36
- {compiler: intel, version: '2025.0'}
- {compiler: intel-classic, version: '2021.10'}
- - {compiler: nvidia-hpc, version: '23.11'}
include:
- os: ubuntu-latest
toolchain: {compiler: gcc, version: 12}
action.yml
@@ -94,11 +94,11 @@ runs:
94
install_intel $platform false
95
;;
96
nvidia-hpc)
97
- version=${VERSION:-23.11}
+ version=${VERSION:-25.1}
98
install_nvidiahpc $platform
99
100
lfortran)
101
- version=${VERSION:-0.33.0}
+ version=${VERSION:-0.45.0}
102
install_lfortran $platform
103
104
*)
0 commit comments