Bright-Computing / bic

Bright-Illumina collaboration
GNU General Public License v2.0
4 stars 5 forks source link

bug around z0*.csh ; tcsh does not come up correctly #71

Closed fgeorgatos closed 7 years ago

fgeorgatos commented 7 years ago

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!

fgeorgatos commented 7 years ago

this appears to work as intended now, so closing