-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update docs for release of EasyBuild v4.9.1 #250
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Module version sort issue (e.g., choosing 1.9.0 as a greater version than 1.15.2) affects Environment Modules version <= 3.2.10. Newer Environment Modules versions sort module as expected and as also done by Lmod. Ancient Tcl-only version of Environment Modules also sorts things as expected since version 1.584.
When using EnvironmentModules as module tool, the modulecmd.tcl binary is now also searched with "$MODULES_CMD" environment variable, like done for Lmod with "$LMOD_CMD".
The default module tool of Easybuild was changed some years ago and is now Lmod. This commit update the unit-tests documentation to reflect that default module tool change. It is proposed to update the examples to run unit tests against a different module tool, using EnvironmentModules.
--all option was introduced on Environment Modules version 4.6.0 to unveil hidden modules in module avail output.
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
Co-authored-by: Jasper Grimm <65227842+jfgrimm@users.noreply.github.com>
RPATH on by default
Clarify module sort order differences
Describe MODULES_CMD env var use to search module tool
…s_default Adapt unit-tests now Lmod is default module tool
See hidden modules on Environment Modules with --all
split out default config changes and remove proposed changes
fix toolchain graph
update release notes + bump version for EasyBuild v4.9.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is also pulling in some changes to the docs that never got published, like the changes in:
etc.