Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5d7a32f
Updates for geos testing
mathomp4 Apr 14, 2026
03a7e08
Cleanup
mathomp4 Apr 14, 2026
541de7d
Add debug variant
mathomp4 Apr 14, 2026
692bb08
More updates
mathomp4 Apr 14, 2026
56f2cee
Configs update
mathomp4 Apr 15, 2026
7461e62
Latest updates of batch script
mathomp4 Apr 15, 2026
845ca98
Update gitignore to ignore log files
mathomp4 Apr 16, 2026
678b423
Updates from alderaan testing
mathomp4 Apr 16, 2026
87215fc
Add new macos.gmao site
mathomp4 Apr 16, 2026
af3c7ed
Update for meta_modules
mathomp4 Apr 16, 2026
c25de7b
Batch updates for macos.gmao site
mathomp4 Apr 16, 2026
253c942
Update builtin repo
mathomp4 Apr 17, 2026
a703720
Updates for macos.gmao
mathomp4 Apr 17, 2026
96b8cae
Add nag template
mathomp4 Apr 17, 2026
32ae9bc
Add Python_ROOT_DIR and Python3_ROOT_DIR
mathomp4 Apr 17, 2026
85fcc4e
Latest updates of batch script
mathomp4 Apr 17, 2026
25f991e
Update for nag
mathomp4 Apr 20, 2026
5569389
Need some openmpi env vars
mathomp4 Apr 21, 2026
79a8ea5
Updates for openmpi for macos.gmao
mathomp4 Apr 21, 2026
8060147
Bring over openblas configuration
mathomp4 Apr 21, 2026
d192299
Latest updates of batch script
mathomp4 Apr 21, 2026
61d3777
Latest packages update
mathomp4 Apr 21, 2026
d48816c
More updates
mathomp4 Apr 21, 2026
396141e
Updates for nag testing
mathomp4 Apr 21, 2026
909ce60
Add comments
mathomp4 Apr 21, 2026
eb36f71
Add common for nag
mathomp4 Apr 21, 2026
c2b2b45
Updates batch script
mathomp4 Apr 21, 2026
74ebcab
Add nag fix for openmpi
mathomp4 Apr 21, 2026
10ff47f
Add logs/ folder to .gitignore
mathomp4 Apr 23, 2026
e14b4da
Update for common/packages_nag.yaml
mathomp4 Apr 23, 2026
57dce60
More updates for macos.gmao
mathomp4 Apr 23, 2026
1b99f36
Remove alderaan
mathomp4 Apr 23, 2026
d7934a2
Latest batch_install update
mathomp4 Apr 23, 2026
182d407
Get latest repos/builtin submodule
mathomp4 Apr 23, 2026
bf98487
Merge branch 'develop' into geos-testing
mathomp4 Apr 28, 2026
56028e1
Move discover-gmao to tier2
mathomp4 Apr 28, 2026
08c3eb4
Get latest repos/builtin update
mathomp4 Apr 28, 2026
fff6966
remove discover-gmao for now
mathomp4 Apr 28, 2026
32c519a
Move to ESMF 9.0.0b11
mathomp4 Apr 29, 2026
92dac19
Generalize clang version
mathomp4 Apr 29, 2026
56d382d
Merge remote-tracking branch 'refs/remotes/origin/geos-testing' into …
mathomp4 Apr 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move to ESMF 9.0.0b11
  • Loading branch information
mathomp4 committed Apr 29, 2026
commit 32c519a4322916e2c756af9ea7f63b53fba2e7fd
4 changes: 2 additions & 2 deletions configs/templates/geos-dev-nag/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spack:
# On some platforms (like macOS with gcc-15/gfortranclang), ESMF requires
# +debug to build successfully, which is enforced via the site's packages.yaml.
# Explicitly requesting ~debug here will cause a concretization conflict on those platforms.
- geos-gcm-env ^esmf@=9.0.0b10
- geos-gcm-env +debug ^esmf@=9.0.0b10
- geos-gcm-env ^esmf@=9.0.0b11
- geos-gcm-env +debug ^esmf@=9.0.0b11


packages:
Expand Down
6 changes: 3 additions & 3 deletions configs/templates/geos-dev/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ spack:

specs:
# NOTE: Do not explicitly add ~debug to the first geos-gcm-env spec below.
# On some platforms (like macOS with gcc-15/gfortranclang), ESMF requires
# On some platforms (like macOS with gcc-15/gfortranclang), ESMF requires
# +debug to build successfully, which is enforced via the site's packages.yaml.
# Explicitly requesting ~debug here will cause a concretization conflict on those platforms.
- geos-gcm-env ^esmf@=9.0.0b10
- geos-gcm-env +debug ^esmf@=9.0.0b10
- geos-gcm-env ^esmf@=9.0.0b11
- geos-gcm-env +debug ^esmf@=9.0.0b11

# Various fms builds
- fms@=2024.03 ~gfs_phys constants=GEOS
Expand Down