mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00

new file: i/iomkl/iomkl-2017a.eb new file: i/iompi/iompi-2017a.eb new file: n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-2015-10-20-Python-2.7.13.eb new file: n/NWChem/NWChem-6.6.revision27746-iomkl-2017a-Python-2.7.13.eb new file: s/SLEPc/SLEPc-3.7.4-intel-2017a.eb
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
easyblock = 'ConfigureMake'
|
|
name = 'SLEPc'
|
|
version = '3.7.4'
|
|
|
|
homepage = 'http://www.grycap.upv.es/slepc/'
|
|
description = """SLEPc (Scalable Library for Eigenvalue Problem Computations) is a software library for the solution of
|
|
large scale sparse eigenvalue problems on parallel computers. It is an extension of PETSc and can be used for either
|
|
standard or generalized eigenproblems, with real or complex arithmetic. It can also be used for computing a partial
|
|
SVD of a large, sparse, rectangular matrix, and to solve quadratic eigenvalue problems."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
toolchainopts = {'usempi': True}
|
|
|
|
source_urls = ['http://www.grycap.upv.es/slepc/download/download.php?filename=']
|
|
sources = [SOURCELOWER_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('PETSc', '3.7.5', '-it4i'),
|
|
('hwloc', '1.11.7', '', ('GCC', '6.3.0-2.27')),
|
|
]
|
|
|
|
maxparallel = 0
|
|
|
|
buildopts = 'SLEPC_DIR=$PWD'
|
|
|
|
sanity_check_paths = {
|
|
'files':[],
|
|
'dirs':["include", "lib", "share"]
|
|
}
|
|
|
|
runtest = 'SLEPC_DIR=$PWD test'
|
|
|
|
moduleclass = 'numlib'
|