File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ workflows:
2121 # baselibs_version: *baselibs_version
2222 repo : GEOSgcm
2323 checkout_fixture : true
24- mepodevelop : true
25- checkout_mapl3_release_branch : true
26- persist_workspace : true # Needs to be true to run fv3/gcm experiment, costs extra
24+ mepodevelop : false
25+ fixture_branch : release/MAPL-v3
26+ persist_workspace : false # Needs to be true to run fv3/gcm experiment, costs extra
2727
2828 # #####################################################
2929 # # Run AMIP GCM (1 hour, no ExtData) #
Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
17+ filter : blob:none
1718 - name : Run the action
1819 uses :
devops-infra/[email protected] 1920 with :
Original file line number Diff line number Diff line change @@ -19,14 +19,19 @@ jobs:
1919 build_gcm :
2020 strategy :
2121 matrix :
22- compiler : [ifort, gfortran-14, gfortran-15]
22+ # compiler: [ifort, gfortran-14, gfortran-15]
23+ # We remove ifort because for some reason, MAPL3 + ifort + Github CI
24+ # is running out of space on the device. For now, CircleCI will
25+ # continue to test ifort.
26+ compiler : [gfortran-14, gfortran-15]
2327 build-type : [Debug]
2428 uses : GEOS-ESM/CI-workflows/.github/workflows/geosgcm_build_tests.yml@project/geosgcm
2529 with :
2630 compiler : ${{ matrix.compiler }}
2731 cmake-build-type : ${{ matrix.build-type }}
2832 fixture-repo : GEOS-ESM/GEOSgcm
2933 fixture-ref : release/MAPL-v3
34+ run-mepo-develop : false
3035
3136 spack_build :
3237 uses : GEOS-ESM/CI-workflows/.github/workflows/spack_gcc_build.yml@project/geosgcm
3641 with :
3742 fixture-repo : GEOS-ESM/GEOSgcm
3843 fixture-ref : release/MAPL-v3
44+ run-mepo-develop : false
45+ patch-esmf : true
You can’t perform that action at this time.
0 commit comments