Derecho site config update for develop; bug fix in setup-meta-modules - #2108
Derecho site config update for develop; bug fix in setup-meta-modules#2108climbfuji wants to merge 13 commits into
Conversation
…eature/derecho_spstdev_ncarenv
…eature/derecho_spstdev_ncarenv
….py: remove_path in module files, correct syntax for unsetenv; test in spack-ext/lib/jcsda-emc/spack-stack/tests/test_setup_meta_modules.py
| packages: | ||
| # Modification of common packages | ||
| all: | ||
| target: [zen3] |
There was a problem hiding this comment.
Probably not needed
|
Questions to help my clarity of the situation:
and
where "others" is the shell, or ? |
This pull request is for develop. The Derecho The system-provided Intel oneAPI compiler means avoiding one manual
|
Thanks for clarifying. I'll let EPIC folks know that issue Derecho-specific issues for the WM spack-stack v2.1.x upgrade #3306 and adjacent PR Upgrade WM to spack-stack 2.1.x- #3174 are OBE.
So a |
Note
Added @rickgrubin-noaa/@jim-p-w for the Derecho site config updates, and @AlexanderHrabski-NOAA/@eap for the setup-meta-modules updates.
Description
ncarenv-basic; these require unsetting environment variables (removing entries fromPATHandLD_LIBRARY_PATHthatncarenv-basicandncarenvset and that absolutely shouldn't be in there).unsetis different than the others: it takes a list of environment variable names, not a dictionary (key : value). This PR fixes it and configures an additional environment modification (remove_path) inspack stack setup-meta-modules.Dependencies
None
Issues addressed
Add any issues here that this PR closes or is related to. Use "Resolves" or "Closes" to automatically close issues when the PR is merged. Using "Working towards" or "Related to" for other cases.
Applications affected
List all known applications (UFS WM, JEDI, SRW, etc.) intentionally or unintentionally affected by this PR.
Systems affected
List all systems intentionally or unintentionally affected by this PR.
Testing
Additional testing on Derecho
THIS SECTION IS STILL BEING UPDATED
jedi-bundle
GCC
Built jedi-bundle with gcc@14.3.0 stack and ran ctests. Had to comment out pyiri-jedi because it complained about a missing
fortranformatmodule, even though thepy-fortranformatmodule was loaded.Module load instructions
Ctest failures:
Intel oneAPI
WORK IN PROGRESS
UFS Weather Model
WORK IN PROGRESS
GCC
WORK IN PROGRESS
Intel oneAPI
WORK IN PROGRESS
Checklist
All dependency PRs/issues have been resolved and this PR can be merged.