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

new file: i/impi/impi-2021.4.0-intel-compilers-2021.4.0.eb new file: m/mpi4py/mpi4py-3.1.3-foss-2021a-Python-3.9.5.eb new file: m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2021a-Python-3.9.5.eb new file: m/mpi4pyscf/mpi4pyscf-0.3.1.tar.gz new file: p/Paraver/Paraver-4.10.0-foss-2021a.eb new file: p/PySCF/PySCF-2.0.1-foss-2021a.eb modified: q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb new file: q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb.old new file: q/QuantumESPRESSO/QuantumESPRESSO-7.0-intel-2021a.eb modified: r/R/R-4.1.0-foss-2021a.eb new file: v/VASP/VASP-6.3.0-intel-2021b-mkl=sequential.eb
29 lines
631 B
Plaintext
29 lines
631 B
Plaintext
# IT4Innovations
|
|
# JK 2022
|
|
|
|
easyblock = 'PackedBinary'
|
|
|
|
name = 'mpi4pyscf'
|
|
version = '0.3.1'
|
|
|
|
homepage = 'https://github.com/pyscf/mpi4pyscf'
|
|
description = """mpi4pyscf is a plugin for PySCF which enables MPI (Message Passing Interface) parallelism."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2021a'}
|
|
|
|
# clone from github and create an archive
|
|
# instalace akorat prekopiruje f2py binarky :D
|
|
sources = [SOURCE_TAR_GZ]
|
|
extract_sources = True
|
|
|
|
dependencies = [
|
|
('Python', '3.9.5'),
|
|
('mpi4py', '3.1.3'),
|
|
('PySCF', '2.0.1'),
|
|
]
|
|
|
|
skipsteps = ['sanitycheck']
|
|
modextrapaths = {'PYTHONPATH': 'mpi4pyscf'}
|
|
|
|
moduleclass = 'mpi'
|