Taking following modules as example:
$ 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
Taking following modules as example:
mccannot be loaded due to the conflict defined bymd. Error message is confusing as it should state thatmdis currently loading.