Merge branch 'it4i-barbora'

This commit is contained in:
Lukas Krupcik 2023-04-24 14:11:30 +02:00
commit 7fa7ede8a4

View File

@ -16,8 +16,10 @@ toolchain = {'name': 'intel', 'version': '2022a'}
import os
if os.environ.get("CLUSTERNAME") in ["KAROLINA"]:
toolchainopts = {'usempi': True, 'openmp': True, 'optarch': 'march=core-avx2', 'opt': 'O3'}
local_cuda="12.0.0"
else:
toolchainopts = {'usempi': True, 'openmp': True, 'opt': 'O3'}
local_cuda="11.7.0"
source_urls = [
'https://gitlab.com/QEF/q-e/-/archive/qe-%(version)s',
@ -53,7 +55,7 @@ dependencies = [
('HDF5', '1.12.2'),
('ELPA', '2021.11.001'),
('libxc', '5.2.3'),
('CUDA', '12.0.0', '', True)
('CUDA', local_cuda, '', True)
]
# The third party packages should be installed separately and added as