easyconfigs-it4i/m/MUMPS/MUMPS-5.3.1-intel-2020a-parmetis.eb
Lukáš Krupčík 387197e8d3 new file: m/MUMPS/MUMPS-5.3.1-intel-2018a-parmetis.eb
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
2020-05-15 12:41:22 +02:00

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'