Skip to content
build_20.1.0_Python38_FFTW_icc.JSC.sh 30 KiB
Newer Older
if not ( isloaded("$compiler_module") ) then
    load("$compiler_module")
end

if not ( isloaded("$mpi_module") ) then
    load("$mpi_module")
end

if not ( isloaded("$math_module") ) then
    load("$math_module")
end

prepend_path("PATH",            "$install_dir/bin")
prepend_path("LD_LIBRARY_PATH", "$install_dir/lib")
prepend_path("LIBRARY_PATH",    "$install_dir/lib")
prepend_path("PYTHONPATH",      "$install_dir/lib/python$py_maj_min/site-packages")

setenv("GPAW_SETUP_PATH", "$install_dir/share/gpaw-setups")
EOF