Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 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
95ccd5d
latest repos
mathomp4 May 4, 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
Updates from alderaan testing
  • Loading branch information
mathomp4 committed Apr 16, 2026
commit 678b423010696ffc56de8d1ce947a3ed25383d73
6 changes: 3 additions & 3 deletions configs/sites/tier2/alderaan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ bell() { tput bel ; printf "\nFinished at: " ; date; }
This downloads all source tarballs for your environment:

```bash
spack mirror create -a -d /Users/mathomp4/prod/spack-source-mirror
spack mirror create -a -d /Users/mathomp4/spack-stack-mirrors/spack-source-mirror
```

> ⚠️ **Do not run this outside an activated environment.**
Expand All @@ -130,7 +130,7 @@ spack mirror create -a -d /Users/mathomp4/prod/spack-source-mirror
Rust packages frequently require network access during build. Pre-fetch their dependencies:

```bash
export CARGO_HOME=/Users/mathomp4/prod/spack-cargo-mirror
export CARGO_HOME=/Users/mathomp4/spack-stack-mirrors/spack-cargo-mirror
../../util/fetch_cargo_deps.py
```

Expand All @@ -141,7 +141,7 @@ export CARGO_HOME=/Users/mathomp4/prod/spack-cargo-mirror
## Install Packages

```bash
export CARGO_HOME=/Users/mathomp4/prod/spack-cargo-mirror
export CARGO_HOME=/Users/mathomp4/spack-stack-mirrors/spack-cargo-mirror
spack install -j 6 --verbose --fail-fast --show-log-on-error --no-check-signature 2>&1 | tee log.install ; bell
```

Expand Down
4 changes: 2 additions & 2 deletions configs/sites/tier2/alderaan/mirrors.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mirrors:
local-source: file:///Users/mathomp4/prod/spack-source-mirror
local-binary: file:///Users/mathomp4/prod/spack-build-mirror
local-source: file:///Users/mathomp4/spack-stack-mirrors/spack-source-mirror
local-binary: file:///Users/mathomp4/spack-stack-mirrors/spack-build-mirror
25 changes: 25 additions & 0 deletions configs/sites/tier2/alderaan/modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,32 @@ modules:
default:
enable::
- lmod
prefix_inspections::
bin:
- PATH
man:
- MANPATH
share/man:
- MANPATH
share/aclocal:
- ACLOCAL_PATH
include:
- CPATH
lib/pkgconfig:
- PKG_CONFIG_PATH
lib64/pkgconfig:
- PKG_CONFIG_PATH
share/pkgconfig:
- PKG_CONFIG_PATH
'':
- CMAKE_PREFIX_PATH
lmod:
all:
filter:
exclude_env_vars:
- LD_LIBRARY_PATH
- DYLD_LIBRARY_PATH
- DYLD_FALLBACK_LIBRARY_PATH
include:
# Compiler modules
- apple-clang
Expand Down
6 changes: 6 additions & 0 deletions configs/sites/tier2/alderaan/packages_gcc-15.2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ packages:
extra_attributes:
compilers:
fortran: /Users/mathomp4/.homebrew/brew/bin/gfortran-15

# ESMF by default for Darwin.gfortranclang turns off OpenMP, so
# we do the same here to avoid build failures.
esmf:
require::
- '~openmp'