mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: m/MUMPS/MUMPS-5.3.1-intel-2020a-parmetis.eb new file: o/OVITO/OVITO-3.0.0.eb new file: p/ParMETIS/ParMETIS-4.0.3-intel-2018a.eb new file: p/ParMETIS/ParMETIS-4.0.3-intel-2020a.eb new file: s/Scalasca/Scalasca-2.5-intel-2020a.eb
25 lines
488 B
Plaintext
25 lines
488 B
Plaintext
# IT4Innovations 2020
|
|
|
|
name = 'MUMPS'
|
|
version = '5.3.1'
|
|
versionsuffix = '-parmetis'
|
|
|
|
homepage = 'http://graal.ens-lyon.fr/MUMPS/'
|
|
description = "A parallel sparse direct solver"
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020a'}
|
|
toolchainopts = {'pic': True, 'usempi': True}
|
|
|
|
source_urls = ['http://mumps.enseeiht.fr/']
|
|
sources = ['%(name)s_%(version)s.tar.gz']
|
|
|
|
dependencies = [
|
|
('SCOTCH', '6.0.9'),
|
|
('ParMETIS', '4.0.3'),
|
|
]
|
|
|
|
parallel = 1
|
|
buildopts = 'all'
|
|
|
|
moduleclass = 'math'
|