Update to 6.3.4 (fixes bug #1334529)
Update to 6.3.1
This update has been submitted for testing by orion.
This update has obsoleted Lmod-6.3.1-1.el7, and has inherited its bugs and notes.
Works for me. I can use module use correctly (i.e., it does not overwrite MODULEPATH). Thanks for the update!
module use
MODULEPATH
This update has been pushed to testing.
This doesn't fix the module use problem for me.
With a subshell, the extra $MODULEPATH is lost.
$MODULEPATH
The following is an example of how module use works for me on RHEL 7 (i.e., MODULEPATH keeps it value within subshells):
[dfm@piazzolla ~]$ echo $0 -bash [dfm@piazzolla ~]$ echo $MODULEPATH /etc/modulefiles:/usr/share/modulefiles:/usr/share/Modules/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core [dfm@piazzolla ~]$ module use ~/modulefiles/Core [dfm@piazzolla ~]$ echo $MODULEPATH /home/dfm/modulefiles/Core:/etc/modulefiles:/usr/share/modulefiles:/usr/share/Modules/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core [dfm@piazzolla ~]$ bash [dfm@piazzolla ~]$ echo $0 bash [dfm@piazzolla ~]$ echo $MODULEPATH /home/dfm/modulefiles/Core:/etc/modulefiles:/usr/share/modulefiles:/usr/share/Modules/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core [dfm@piazzolla ~]$ csh [dfm@piazzolla ~]$ echo $0 csh [dfm@piazzolla ~]$ echo $MODULEPATH /home/dfm/modulefiles/Core:/etc/modulefiles:/usr/share/modulefiles:/usr/share/Modules/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core
This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by orion.
This update has been pushed to stable.
Please login to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by orion.
This update has obsoleted Lmod-6.3.1-1.el7, and has inherited its bugs and notes.
Works for me. I can use
module use
correctly (i.e., it does not overwriteMODULEPATH
). Thanks for the update!This update has been pushed to testing.
This doesn't fix the
module use
problem for me.With a subshell, the extra
$MODULEPATH
is lost.The following is an example of how
module use
works for me on RHEL 7 (i.e.,MODULEPATH
keeps it value within subshells):This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by orion.
This update has been pushed to stable.