primary issue is around inconsistent initialization on USER_IS_ROOT conditional
since the intention (in the 6.6.3 rollout) is to not provide by default Lmod for ROOT, the culprit is at z01-default_modules.csh which requires a reversion of the conditional (ie. drop !).
However, that conditional repeats itself again 3 lines below and there it has to be wiped out, along with the related endif clause - or, the functionality is totally crippled!
primary issue is around inconsistent initialization on USER_IS_ROOT conditional
since the intention (in the 6.6.3 rollout) is to not provide by default Lmod for ROOT, the culprit is at
z01-default_modules.csh
which requires a reversion of the conditional (ie. drop!
).However, that conditional repeats itself again 3 lines below and there it has to be wiped out, along with the related
endif
clause - or, the functionality is totally crippled!