From 551fa0bf496a891c3d6586829375090a6df0ced2 Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Sun, 26 May 2024 09:42:16 +0200 Subject: [PATCH 1/3] Update nvidia-hpc and lfortran versions --- .github/compat/matrix.yml | 9 +++++++-- action.yml | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/compat/matrix.yml b/.github/compat/matrix.yml index e4addd1..de25eb3 100644 --- a/.github/compat/matrix.yml +++ b/.github/compat/matrix.yml @@ -39,9 +39,14 @@ toolchain: - {compiler: intel-classic, version: '2021.2'} - {compiler: intel-classic, version: '2021.1.2'} - {compiler: intel-classic, version: '2021.1'} - - {compiler: lfortran, version: '0.31.0'} - - {compiler: lfortran, version: '0.32.0'} + - {compiler: lfortran, version: '0.35.0'} + - {compiler: lfortran, version: '0.34.0'} - {compiler: lfortran, version: '0.33.0'} + - {compiler: lfortran, version: '0.32.0'} + - {compiler: lfortran, version: '0.31.0'} + - {compiler: nvidia-hpc, version: '24.5'} + - {compiler: nvidia-hpc, version: '24.3'} + - {compiler: nvidia-hpc, version: '24.1'} - {compiler: nvidia-hpc, version: '23.11'} - {compiler: nvidia-hpc, version: '23.9'} - {compiler: nvidia-hpc, version: '23.7'} diff --git a/action.yml b/action.yml index 5f2f627..3389b8b 100644 --- a/action.yml +++ b/action.yml @@ -94,11 +94,11 @@ runs: install_intel $platform false ;; nvidia-hpc) - version=${VERSION:-23.11} + version=${VERSION:-24.5} install_nvidiahpc $platform ;; lfortran) - version=${VERSION:-0.33.0} + version=${VERSION:-0.35.0} install_lfortran $platform ;; *) From 7bff6153202b2af1ba621fa5a264caca9ea07c67 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sun, 2 Feb 2025 13:53:31 -0500 Subject: [PATCH 2/3] update lfortran and nvidia versions --- .github/compat/matrix.yml | 11 ++++++----- action.yml | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/compat/matrix.yml b/.github/compat/matrix.yml index de25eb3..c969568 100644 --- a/.github/compat/matrix.yml +++ b/.github/compat/matrix.yml @@ -39,11 +39,12 @@ toolchain: - {compiler: intel-classic, version: '2021.2'} - {compiler: intel-classic, version: '2021.1.2'} - {compiler: intel-classic, version: '2021.1'} - - {compiler: lfortran, version: '0.35.0'} - - {compiler: lfortran, version: '0.34.0'} - - {compiler: lfortran, version: '0.33.0'} - - {compiler: lfortran, version: '0.32.0'} - - {compiler: lfortran, version: '0.31.0'} + - {compiler: lfortran, version: '0.45.0'} + - {compiler: lfortran, version: '0.44.0'} + - {compiler: lfortran, version: '0.43.0'} + - {compiler: lfortran, version: '0.42.0'} + - {compiler: lfortran, version: '0.41.0'} + - {compiler: nvidia-hpc, version: '25.1'} - {compiler: nvidia-hpc, version: '24.5'} - {compiler: nvidia-hpc, version: '24.3'} - {compiler: nvidia-hpc, version: '24.1'} diff --git a/action.yml b/action.yml index 3389b8b..ee01c79 100644 --- a/action.yml +++ b/action.yml @@ -94,11 +94,11 @@ runs: install_intel $platform false ;; nvidia-hpc) - version=${VERSION:-24.5} + version=${VERSION:-25.1} install_nvidiahpc $platform ;; lfortran) - version=${VERSION:-0.35.0} + version=${VERSION:-0.45.0} install_lfortran $platform ;; *) From c4edacba4a513fa56aa033364fb14ccee912334e Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Sun, 2 Feb 2025 13:55:10 -0500 Subject: [PATCH 3/3] bump nvidia and mention lfortran in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f4b183..ed8aacf 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ jobs: - {compiler: gcc, version: 13} - {compiler: intel, version: '2023.2'} - {compiler: intel-classic, version: '2021.10'} - - {compiler: nvidia-hpc, version: '23.11'} + - {compiler: nvidia-hpc, version: '25.1'} + - {compiler: lfortran, version: '0.45.0'} include: - os: ubuntu-latest toolchain: {compiler: gcc, version: 12}