Fix cluster modules
This commit is contained in:
@@ -8,15 +8,13 @@ function ld (m)
|
||||
end
|
||||
end
|
||||
|
||||
ld("clusterappl")
|
||||
|
||||
local nobackup = os.getenv("MYNOBACKUP")
|
||||
local root = pathJoin(nobackup, "git/gpaw/dev")
|
||||
|
||||
ld("ase/dev")
|
||||
ld("libxc/4.3.4")
|
||||
ld("gpaw-setups/0.9.20000")
|
||||
|
||||
local nobackup = os.getenv("MYNOBACKUP")
|
||||
local root = pathJoin(nobackup, "git/gpaw/dev")
|
||||
|
||||
setenv("OMP_NUM_THREADS", 1)
|
||||
prepend_path("PATH", pathJoin(root, "tools"))
|
||||
prepend_path("PYTHONPATH", root)
|
||||
|
||||
Reference in New Issue
Block a user