Changes in modules
This commit is contained in:
19
.bashrc.kuba
19
.bashrc.kuba
@@ -23,15 +23,24 @@ source_existing ~/.bash_prompt.kuba
|
||||
|
||||
# Source lmod module setup
|
||||
source_existing /usr/share/lmod/lmod/init/profile
|
||||
if [ -e /usr/share/lmod/lmod/init/profile ]; then
|
||||
module use "$HOME/.modules.kuba/"
|
||||
module load python-wrap/3
|
||||
fi
|
||||
|
||||
case $hostname in
|
||||
case $(hostname) in
|
||||
vera* )
|
||||
module use "$HOME/.modules.kuba/"
|
||||
module load Python/3.7.4
|
||||
module load clusterappl
|
||||
module load gpaw/Vera/20.1.0
|
||||
;;
|
||||
tetralith* )
|
||||
module use "$HOME/.modules.kuba/"
|
||||
module load Python/3.6.3-anaconda-5.0.1-nsc1
|
||||
module load clusterappl
|
||||
;;
|
||||
* )
|
||||
if [ -e /usr/share/lmod/lmod/init/profile ]; then
|
||||
module use "$HOME/.modules.kuba/"
|
||||
module load python-wrap/3
|
||||
fi
|
||||
esac
|
||||
|
||||
if xhost >& /dev/null ; then
|
||||
|
||||
Reference in New Issue
Block a user