You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --deps-only flag to separate dependency fetching from source builds
This allows CI to fetch and build dependencies (FFTW, HDF5, etc.) on
login nodes with internet access, then build MFC source code on compute
nodes that may have no network connectivity.
Key changes:
- New --deps-only CLI flag for ./mfc.sh build
- Already-configured dependencies are skipped entirely during regular
builds, guaranteeing no network access in the source build step
- Frontier and Frontier AMD now follow the pattern: deps on login node,
source build + test on compute node
0 commit comments