Add vera modules

Add slurm aliases
This commit is contained in:
2020-03-13 16:09:34 +01:00
parent b37976611b
commit 740729834a
6 changed files with 62 additions and 9 deletions

View File

View File

@@ -0,0 +1,24 @@
whatis("Ase")
conflict("ASE")
function ld (m)
if not ( isloaded(m) ) then
load(m)
end
end
ld("iccifort/2019.1.144-GCC-8.2.0-2.31.1")
ld("impi/2018.4.274")
ld("matplotlib/3.0.3-Python-3.7.2")
ld("clusterappl") -- Sets up MYNOBACKUP
local nobackup = os.getenv("MYNOBACKUP")
local root = pathJoin(nobackup, "git/ase/dev")
prepend_path("PYTHONPATH", root)
prepend_path("PATH", pathJoin(root, "tools"))
prepend_path("PATH", pathJoin(root, "bin"))
execute {cmd='complete -o default -C "/usr/bin/python3 ' .. root .. '/ase/cli/complete.py" ase', modeA={"load"}}