pavilion2 icon indicating copy to clipboard operation
pavilion2 copied to clipboard

module check update

Open tygoetsch opened this issue 9 months ago • 0 comments

The section of the run script that verifies the versions of modules that are loaded currently does the following when a version is not specified:

mod_vers, loaded_vers: , 8.5.0

I'd like to suggest that instead it add the default keyword in place of the empty string in such cases, like so:

mod_vers, loaded_vers: default, 8.5.0

tygoetsch avatar Mar 31 '25 13:03 tygoetsch