You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently one cannot easily see the available variants for modules, doing module avail will only list the modules but not the available variants for the module.
however, users that are not familiar with env-modules don't figure this out.
Describe the solution you'd like
I think there should be two scenarios covered:
module avail --variants which would forcefully show all variants for all modules (very verbose but some users might find it useful).
In this case it might be better to force all listed modules in a list-like format
When asking for specific modules module avail mpi it should default to show the variants. Since there may be many variants formatting might be problematic, but...
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently one cannot easily see the available variants for modules, doing
module avail
will only list the modules but not the available variants for the module.however, users that are not familiar with env-modules don't figure this out.
Describe the solution you'd like
I think there should be two scenarios covered:
module avail --variants
which would forcefully show all variants for all modules (very verbose but some users might find it useful).In this case it might be better to force all listed modules in a list-like format
Just doing
module avail
should not do this!module avail mpi
it should default to show the variants. Since there may be many variants formatting might be problematic, but...The text was updated successfully, but these errors were encountered: