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
$ module show mc md
-------------------------------------------------------------------
/path/to/modulefiles/mc:
module unload mc
-------------------------------------------------------------------
/path/to/modulefiles/md:
module unload mc
module load mc
-------------------------------------------------------------------
mc cannot be loaded due to the conflict defined by md. Error message is confusing as it should state that md is currently loading.
$ module load md
Loading mc
ERROR: mc cannot be loaded due to a conflict.
HINT: Might try "module unload md" first.
Loading md
ERROR: md cannot be loaded due to missing prereq.
HINT: the following module must be loaded first: mc
The text was updated successfully, but these errors were encountered:
Taking following modules as example:
mc
cannot be loaded due to the conflict defined bymd
. Error message is confusing as it should state thatmd
is currently loading.The text was updated successfully, but these errors were encountered: