module_management.md - #309
Open
Graviton28 wants to merge 1 commit into
Open
Conversation
…ntel example Actually ran every documented command on Easley (module load intel-oneapi- compilers, module spider intel, module load openmpi gcc, module list, module unload openssh, module list, module purge). Found `module spider intel` does not surface the intel-oneapi-* family as documented - it matches a separate legacy `intel` module (versions 18.0.4/19.0.5/20.0.4, none directly loadable) and only lists intel-oneapi-* as "Other possible module matches". Swapped the example to `module spider intel-oneapi`, which does expand the family, and used real captured output. Corrected the claimed Lmod error text for `module load intel`. Also removed a stale miniconda3/latest entry from the sample `module list` output that doesn't appear when following the doc's actual load sequence from a clean login. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Graviton28
marked this pull request as ready for review
August 4, 2026 04:53
This file contains hidden or 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
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.
ran every command in this doc for real on easley - module load intel-oneapi-compilers, module spider intel, module load openmpi gcc, module list, module unload openssh, module list, module purge.
found module spider intel doesn't give documented output, it matches a separate legacy intel module (18.0.4/19.0.5/20.0.4) and only lists intel-oneapi-* as "other possible module matches". swapped the example to module spider intel-oneapi instead, fixed the claimed Lmod error text for module load intel, and dropped a stale miniconda3/latest line from the sample module list output that doesn't show up when you actually follow the doc's load sequence from a clean login.
everything else - module names, version strings like gcc/14.2.0-j33x and openmpi/4.1.7-762w, the unload warning text - matched live output, no changes needed there.