Difference:
MakingSoftwareAvailableUsingLMOD
(6 vs. 7)
Revision 7
2017-03-27 -
ReneJanssen
Line: 1 to 1
META TOPICPARENT
name="SoftwareInstallation"
Howto create your own/group software modules
Introduction
Line: 26 to 26
This needs to be added once to your $HOME/.bash_profile After changing your .bash_profile also update your environment by invoking `source ~/.bash_profile`
#MY PRIVATE SOFTWARE MODULES
Changed:
<
<
privatemodules=\$HOME/\$MY_DISTRO/etc/modulefiles
>
>
privatemodules=$HOME/$MY_DISTRO/etc/modulefiles
if [ -d \$privatemodules ];then
Changed:
<
<
MODULEPATH=\$privatemodules:\$MODULEPATH
>
>
MODULEPATH=$privatemodules:$MODULEPATH
fi
Create a module file for the program
View topic
|
H
istory
:
r7
<
r6
<
r5
<
r4
|
More topic actions...
Copyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback