mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
Merge branch 'it4i-barbora'
This commit is contained in:
commit
7fa7ede8a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user