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

new file: g/GROMACS/GROMACS-iostream.patch new file: h/hwloc/hwloc-2.8.0-GCCcore-12.2.0.eb new file: h/hwloc/hwloc-2.8.0-GCCcore-12.3.0.eb modified: i/iimpi/iimpi-2020a.eb new file: i/iimpi/iimpi-2020b.eb new file: i/iimpi/iimpi-2021a.eb new file: i/iimpi/iimpi-2021b.eb new file: i/iimpi/iimpi-2022a.eb new file: i/iimpi/iimpi-2022b.eb new file: i/iimpi/iimpi-2023a.eb new file: i/impi/impi-2021.4.0-intel-compilers-2022.1.0.eb new file: i/impi/impi-2021.4.0-intel-compilers-2022.2.1.eb new file: i/impi/impi-2021.4.0-intel-compilers-2023.1.0.eb new file: i/impi/impi-2021.9.0-intel-compilers-2023.1.0-test.eb new file: i/impi/impi-2021.9.0-intel-compilers-2023.1.0.eb new file: i/intel/intel-2020.00.eb new file: i/intel/intel-2020.06-impi-18.5.eb new file: i/intel/intel-2020.12.eb modified: i/intel/intel-2020a.eb new file: i/intel/intel-2021a.eb new file: i/intel/intel-2021b.eb new file: i/intel/intel-2022a.eb new file: i/intel/intel-2022b.eb new file: i/intel/intel-2023a.eb new file: l/LAre3d/LAre3d-20230726-intel-2022b-v2.eb new file: l/libxml2/libxml2-2.10.3-GCCcore-12.2.0.eb new file: l/libxml2/libxml2-2.10.3-GCCcore-12.3.0.eb new file: n/networkx/networkx-2.5-fosscuda-2020b.eb modified: o/OpenMPI/OpenMPI-4.1.4-GCC-11.3.0.eb new file: o/OpenMPI/OpenMPI-4.1.5-GCC-12.2.0.eb modified: o/OpenMPI/OpenMPI-4.1.5-NVHPC-23.5-CUDA-12.2.0.eb new file: p/PMIx/PMIx-4.2.6-GCC-12.2.0.eb new file: p/PyTorch/PyTorch-1.10.0-fosscuda-2020b.eb new file: p/PyTorch/PyTorch-1.13.1-foss-2022b.eb new file: p/phonopy/phonopy-2.16.3-foss-2022a.eb new file: p/phonopy/phonopy-2.20.0-conda.eb new file: p/phonopy/phonopy-2.20.0-foss-2022a.eb new file: u/UCX/UCX-1.14.1-GCCcore-11.3.0.eb new file: u/UCX/UCX-1.14.1-GCCcore-12.3.0-test.eb new file: v/VisIt/VisIt-2.13.3.eb new file: x/XZ/XZ-5.2.7-GCCcore-12.2.0.eb new file: x/XZ/XZ-5.2.7-GCCcore-12.3.0.eb new file: z/zlib/zlib-1.2.12-GCCcore-12.2.0.eb new file: z/zlib/zlib-1.2.12-GCCcore-12.3.0.eb deleted: o/OpenMPI/OpenMPI-4.1.5-GCC-12.3.0.eb
49 lines
1.5 KiB
Plaintext
49 lines
1.5 KiB
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'PMIx'
|
|
version = '4.2.6'
|
|
|
|
homepage = 'https://pmix.org/'
|
|
description = """Process Management for Exascale Environments
|
|
PMI Exascale (PMIx) represents an attempt to
|
|
provide an extended version of the PMI standard specifically designed
|
|
to support clusters up to and including exascale sizes. The overall
|
|
objective of the project is not to branch the existing pseudo-standard
|
|
definitions - in fact, PMIx fully supports both of the existing PMI-1
|
|
and PMI-2 APIs - but rather to (a) augment and extend those APIs to
|
|
eliminate some current restrictions that impact scalability, and (b)
|
|
provide a reference implementation of the PMI-server that demonstrates
|
|
the desired level of scalability.
|
|
"""
|
|
|
|
toolchain = {'name': 'GCC', 'version': '12.2.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/openpmix/openpmix/releases/download/v%(version)s']
|
|
sources = ['%(namelower)s-%(version)s.tar.bz2']
|
|
checksums = ['10b0d5a7fca70272e9427c677557578ac452cea02aeb00e30dec2116d20c3cd0']
|
|
|
|
builddependencies = [('binutils', '2.39')]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.12'),
|
|
('libevent', '2.1.12'),
|
|
('hwloc', '2.8.0'),
|
|
]
|
|
|
|
configopts = ' --with-libevent=$EBROOTLIBEVENT --with-zlib=$EBROOTZLIB'
|
|
configopts += ' --with-hwloc=$EBROOTHWLOC'
|
|
configopts += ' --enable-pmix-binaries'
|
|
|
|
buildopts = 'V=1'
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/pevent', 'bin/plookup', 'bin/pmix_info', 'bin/pps'],
|
|
'dirs': ['etc', 'include', 'lib', 'share']
|
|
}
|
|
|
|
moduleclass = 'lib'
|