Robert McLay

Results 6 issues of Robert McLay

At TACC if a user does: ``` $ ml reset; ml gcc python3 ``` The python3 fails to inherit.

If a modulefile prepends to $MODULEPATH a directory already in $MODULEPATH it changes the DAG into a Cycle. This breaks many things including the report of the hierarchy and the...

@hpourreza has requested that Lmod support the TCL command break. This is a very big change in the internals of Lmod. For example in Tmod, the following happens: ``` $...

The current format of spiderT does not remember NVV status for each directory entry in MODULEPATH. This means that it needs to checked again when building ModuleA from spiderT. Whether...

It errors out with Lmod has detected the following error: The following module(s) are unknown: "gcc/4.4.6"

bug

I was running luacheck on json.lua and it found a few minor things. The important one is that json.lua had: ``` return decode(s, decode_scanComment(s,startPos)) ``` but there is no decode()...