Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Added

## [5.19.1] - 2026-03-19

### Fixed

- Fix for Athena at NAS

## [5.19.0] - 2026-03-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion g5_modules
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ else if ( $site == NAS ) then
set mods = ( $mod1 $mod2 $mod3 $mod4 $mod5 $mod6 $mod7 )
set modinit = /opt/cray/pe/modules/3.2.11.7/init/csh

set switchmods = ( intel/2023.2.1:intel/2024.2.0 )
set switchmods = ( intel/latest:intel/2024.2.0 )
set switchmodules = 1

set usemod1 = /nobackup/gmao_SIteam/modulefiles-TOSS5
Expand Down
Loading