On 08/19/2012 11:47 PM, Kenneth Hoste wrote:
On 08/19/2012 07:58 PM, Stijn De Weirdt wrote:
http://www.tacc.utexas.edu/tacc-projects/mclay/lmod
this is very very interesting indeed. lmod already supports the
oldstyle tcl, has a much more convenient native lua config style
(arbitray lua code ;).

easybuild should gain support for this at some point. (it's
possible it will also resolve the segfault issues we now see once
in a while).

can someone verify that the documented and reported modules crash
also happens (or not) with lmod?

When I port our internal bug ticket about this to the GitHub issue
tracker, I'll add a note to look into this.



K.


best to open a new issue for this: support for lmod.

lmod appears to have it's own python interface,

from env_modules_python import module
module("load","foobar")
print "os.environ['FOOBAR']: ",os.environ['FOOBAR']

no need to drop the environment-modules codepath, we can support both; but lmod will need some work. probaby for 1.1 or so.

stijn

Reply via email to