Add vera modules
Add slurm aliases
This commit is contained in:
0
.modules.kuba/ase/.version
Normal file
0
.modules.kuba/ase/.version
Normal file
24
.modules.kuba/ase/Vera/dev.lua
Normal file
24
.modules.kuba/ase/Vera/dev.lua
Normal 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"}}
|
||||
Reference in New Issue
Block a user