Skip to content

Commit

Permalink
Added xalt
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Rodgers committed Jul 9, 2019
1 parent 6aa34b4 commit 661a276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.5.3] - 2019-07-10
### Added
- Added xalt

## [0.5.2] - 2019-06-03
### Changed
- Intel 18.0.3 replaces 16.0.3 and is now always loaded, instead of only when a GPU node is selected
Expand Down
2 changes: 1 addition & 1 deletion template/script.sh.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ until fluxbox -display "${DISPLAY}.0" -rc "<%= session.staged_root.join("fluxbox
#

# Load the required environment
module load intel/18.0.3 <%= context.version %>
module load xalt/latest intel/18.0.3 <%= context.version %>

# Output debug information
module list
Expand Down

0 comments on commit 661a276

Please sign in to comment.