Skip to content
Snippets Groups Projects
Commit 2c3b997c authored by Pavel Holba's avatar Pavel Holba
Browse files

Merge branch 'it4i-karolina'

parents 788484f0 431f90ad
No related branches found
No related tags found
No related merge requests found
Pipeline #43370 passed
......@@ -21,11 +21,10 @@ toolchain = {'name': 'intel', 'version': '2022b'}
# Vasp is proprietary software, see http://www.vasp.at/index.php/faqs on
# how to get access to the code
sources = ['%(namelower)s.%(version)s.tgz']
patches = ['VASP-%(version)s-NVHPC-23.5-CUDA-12.2.0-adjust-makefile.patch']
patches = ['VASP-%(version)s-intel-hdf5.patch']
checksums = [
{'vasp.%(version)s.tgz': 'b704637f7384673f91adfbc803edc5cc7fe736d9623453461f7cdc29b123410e'},
{'VASP-%(version)s-NVHPC-23.5-CUDA-12.2.0-adjust-makefile.patch':
'dfc717642ae2ce9b04ed78439fc4d1072dc0d08df4aca2da881b944f2e75625e'},
{'VASP-%(version)s-intel-hdf5.patch': '527fb3ae96d9b431aa5aa2c93355d3efe8350ab9b8c2d52e300a89c93f9e88d9'},
]
# use serial compilation of W90, see https://www.vasp.at/wiki/index.php/Makefile.include#Wannier90_.28optional.29
......@@ -48,7 +47,7 @@ prebuildopts += 'unset LIBS && '
buildopts = 'std gam ncl '
parallel = 1
max_parallel = 1
files_to_copy = [(['bin/vasp_std', 'bin/vasp_gam', 'bin/vasp_ncl'], 'bin')]
sanity_check_paths = {
......
......@@ -22,11 +22,10 @@ toolchain = {'name': 'intel', 'version': '2023b'}
# Vasp is proprietary software, see http://www.vasp.at/index.php/faqs on
# how to get access to the code
sources = ['%(namelower)s.%(version)s.tgz']
#patches = ['VASP-%(version)s-NVHPC-23.5-CUDA-12.2.0-adjust-makefile.patch']
patches = ['VASP-%(version)s-intel-hdf5.patch']
checksums = [
{'vasp.%(version)s.tgz': 'b704637f7384673f91adfbc803edc5cc7fe736d9623453461f7cdc29b123410e'},
{'VASP-%(version)s-NVHPC-23.5-CUDA-12.2.0-adjust-makefile.patch':
'dfc717642ae2ce9b04ed78439fc4d1072dc0d08df4aca2da881b944f2e75625e'},
{'VASP-%(version)s-intel-hdf5.patch': '527fb3ae96d9b431aa5aa2c93355d3efe8350ab9b8c2d52e300a89c93f9e88d9'},
]
# use serial compilation of W90, see https://www.vasp.at/wiki/index.php/Makefile.include#Wannier90_.28optional.29
......@@ -58,7 +57,7 @@ prebuildopts += 'unset LIBS && '
buildopts = 'std gam ncl '
parallel = 1
max_parallel = 1
files_to_copy = [(['bin/vasp_std', 'bin/vasp_gam', 'bin/vasp_ncl'], 'bin')]
sanity_check_paths = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment