diff --git a/config/auto-configs-pr.json b/config/auto-configs-pr.json index 15120ac..13aafc8 100644 --- a/config/auto-configs-pr.json +++ b/config/auto-configs-pr.json @@ -5,23 +5,12 @@ "default": { "configs_repo": "ACCESS-NRI/access-om3-configs", "configs": { - "dev-MC_100km_jra_ryf": { - "checks": { - "repro": true - } - }, "dev-MC_100km_jra_ryf+wombatlite": { "checks": { "repro": true } - }, - "dev-MC_25km_jra_ryf": { - "checks": { - "repro": true - } } } } - } } diff --git a/spack.yaml b/spack.yaml index 275a92e..7dc9177 100644 --- a/spack.yaml +++ b/spack.yaml @@ -15,8 +15,8 @@ spack: # Main Dependencies access3: require: - - '@2025.08.000' - - configurations=MOM6,MOM6-CICE6,MOM6-CICE6-WW3 + - '@git.c070a44262561680d62f1499a0c199d38903924c=2025.08.000' + - configurations=MOM6-CICE6 - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' @@ -38,7 +38,7 @@ spack: - '@2025.08.000' access3-share: require: - - '@2025.08.000' + - '@git.c070a44262561680d62f1499a0c199d38903924c=2025.08.000' - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"'