Clusterappl and GPAW modules on Vera

This commit is contained in:
2020-03-03 10:45:19 +01:00
parent 7087d7c876
commit fb4fe04c12
4 changed files with 55 additions and 0 deletions

View File

@@ -30,6 +30,12 @@ if [ -e /usr/share/lmod/lmod/init/profile ]; then
module load python-wrap
fi
case $hostname in
vera* )
module load clusterappl
module load gpaw/Vera/20.1.0
esac
if xhost >& /dev/null ; then
# X is running
xhost +local:kuba > /dev/null