Jonathan Turenne wrote:
>
> Problem 1
> ---------
> With your version, module switch no longer seems to be working. If I load
> one modulefile, then switch to a different version of that tool, using
> module switch, Modulefiles 'thinks' that it switched versions, and module
> list shows the appropriate version, yet the environment variables for the
> new version are not set. Is anyone using this successfully?
>
Testing modules-3.0.7-rko I see the following behavior:
test/1.0:
#%Module1.0
module-whatis "Test 1.0"
conflict test
append-path BAR 1.0
setenv FOO 1.0
test/2.0:
#%Module1.0
module-whatis "Test 2.0"
conflict test
append-path BAR 2.0
setenv FOO 2.0
When I do a "module add test/1.0" BAR and FOO are set correctly. Then when I
do a "module switch test/1.0 test/2.0" BAR is set correctly and FOO is unset.
It looks like append-path works but setenv does not. I will do more testing
to see if other commands work correctly.
--
Robert Minsk Centropolis Effects, LLC.
eg...@ce... 10950 Washington Blvd., Studio B
Culver City, Ca. 90232-4025
|