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
Here is an interesting bug, it took me a while to workout. Apparently modules 4.3.0 does not like "nan" as a directory name. The previous version I was using ( 4.1.3 ) did not suffer from this problem:
[spimcmw@login2 generic]0% module av
ERROR: domain error: argument not in valid range
[spimcmw@login2 generic]1%
[spimcmw@login2 generic]0% mv nan nax
[spimcmw@login2 generic]0% module av
---------------------------- /home/spimcmw/module/generic ----------------------------
admin/d1 nax/d1 sge/8.1.7
[spimcmw@login2 generic]0%
As "nan" is often used for Not a Number, I'd guess this is the root of the problem. I've tracked the issue to an elseif statement, placing $elt in single quotes appears to resolve the problem:
Here is an interesting bug, it took me a while to workout. Apparently modules 4.3.0 does not like "nan" as a directory name. The previous version I was using ( 4.1.3 ) did not suffer from this problem:
As "nan" is often used for Not a Number, I'd guess this is the root of the problem. I've tracked the issue to an elseif statement, placing
$elt
in single quotes appears to resolve the problem:I cannot say I've done extensive testing yet, I know that list, load, unload, and switch now work.
Chris
The text was updated successfully, but these errors were encountered: