easyconfigs-it4i/o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-5.7.1-iompi-2020b.eb
Lukas Krupcik df0af48ed0 new file: a/ANSYS/ANSYS-22.2-intel-2022a-test.eb
new file:   a/awscli/awscli-1.27.75-GCCcore-12.2.0-Python-3.10.8.eb
	new file:   i/iompi/iompi-2020b-test.eb
	modified:   l/libnsl/libnsl-1.3.0-GCCcore-10.3.0.eb
	new file:   l/libnsl/libnsl-2.0.0-GCCcore-11.3.0.eb
	new file:   o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-5.7.1-iompi-2020b.eb
	new file:   o/OpenMPI/OpenMPI-4.0.5-iccifort-2020.4.304-test.eb
	new file:   p/PyYAML/PyYAML-5.4.1.1-GCCcore-12.2.0.eb
	new file:   r/rclone/rclone-1.61.1.eb
	new file:   s/s3cmd/s3cmd-2.3.0-GCCcore-12.2.0-Python-3.10.8.eb
	new file:   v/VirtualGL/VirtualGL-3.0-GCC-11.3.0.eb
	modified:   x/XALT/XALT-2.10.45-eb.eb
2023-02-21 14:48:08 +01:00

30 lines
754 B
Plaintext

# IT4Innovations 2023
# JK
easyblock = 'ConfigureMake'
name = 'OSU-Micro-Benchmarks'
version = '5.7.1'
homepage = 'https://mvapich.cse.ohio-state.edu/benchmarks/'
description = """OSU Micro-Benchmarks"""
toolchain = {'name': 'iompi', 'version': '2020b-test'}
toolchainopts = {'usempi': True}
source_urls = ['https://mvapich.cse.ohio-state.edu/download/mvapich/']
sources = [SOURCELOWER_TGZ]
checksums = ['cb5ce4e2e68ed012d9952e96ef880a802058c87a1d840a2093b19bddc7faa165']
local_benchmark_dirs = [
'libexec/osu-micro-benchmarks/mpi/%s' % x for x in ['collective', 'one-sided', 'pt2pt', 'startup']
]
modextrapaths = {'PATH': local_benchmark_dirs}
sanity_check_paths = {
'files': [],
'dirs': local_benchmark_dirs,
}
moduleclass = 'perf'