diff --git a/CHANGELOG.md b/CHANGELOG.md index 5afcb29..2d409bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ 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.1.1] - 2019-07-12 +### Added +- Added xalt ## 0.1.0 - 2018-04-30 ### Added - Initial release! -[Unreleased]: https://github.com/OSC/bc_osc_vmd/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/OSC/bc_osc_vmd/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/OSC/bc_osc_vmd/compare/v0.1.0...v0.1.1 diff --git a/template/script.sh.erb b/template/script.sh.erb index 10cbca7..8772747 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -28,7 +28,7 @@ cd "${HOME}" # # Load the required environment -module load intel/16.0.3 virtualgl vmd/1.9.4 +module load xalt/latest intel/16.0.3 virtualgl vmd/1.9.4 # Output debug info module list