From ceb073a62fcf817d198006892806c09b3f7e1688 Mon Sep 17 00:00:00 2001 From: Harshula Jayasuriya Date: Tue, 4 Mar 2025 10:47:10 +1100 Subject: [PATCH 1/2] Update openmpi to a version that works on other systems * Leonardo and Setonix had issues with openmpi 4.0.2 when building ACCESS-OM2. * Update ifort to a recent version that is available on other systems. --- spack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spack.yaml b/spack.yaml index 45fec7f..6a63465 100644 --- a/spack.yaml +++ b/spack.yaml @@ -29,7 +29,7 @@ spack: - '@git.access-esm1.5-2025.03.001=access-esm1.5' openmpi: require: - - '@4.0.2' + - '@4.1.5' netcdf-c: require: - '@4.7.4' @@ -52,7 +52,7 @@ spack: # Preferences for all packages all: require: - - '%intel@19.0.3.199' + - '%intel@2021.10.0' - 'target=x86_64_v4' view: true concretizer: From ffeef04ca7a61d4061a1509b10457f9d4e6e1cbf Mon Sep 17 00:00:00 2001 From: Harshula Jayasuriya Date: Sun, 9 Mar 2025 13:50:26 +1100 Subject: [PATCH 2/2] support oneapi@2025.0.4 --- spack.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spack.yaml b/spack.yaml index 6a63465..b79a3af 100644 --- a/spack.yaml +++ b/spack.yaml @@ -49,6 +49,9 @@ spack: require: - '@git.2017.12.0' + gcc-runtime: + require: + - '%gcc' # Preferences for all packages all: require: