diff --git a/config/auto-configs-pr.json b/config/auto-configs-pr.json index 15120ac..531862c 100644 --- a/config/auto-configs-pr.json +++ b/config/auto-configs-pr.json @@ -9,19 +9,8 @@ "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..d2d50f5 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.d532912a44984e7d6127ec9458945ebc0bf51679=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.d532912a44984e7d6127ec9458945ebc0bf51679=2025.08.000' - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' @@ -58,9 +58,8 @@ spack: esmf: require: - '@8.7.0' - - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' - - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll"' + - 'fflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback -g"' + - 'cxxflags="-march=sapphirerapids -mtune=sapphirerapids -unroll -traceback -g"' parallelio: require: - '@2.6.8'