easyconfigs-it4i/o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-6.2-iimpi-2022b.eb
Jakub Kropacek 365e7f98cf modified: i/impi/impi-2021.7.1-intel-compilers-2022.2.1.eb
new file:   o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-6.2-iimpi-2022b.eb
2023-01-31 08:29:11 +01:00

30 lines
750 B
Plaintext

# IT4Innovations 2023
# JK
easyblock = 'ConfigureMake'
name = 'OSU-Micro-Benchmarks'
version = '6.2'
homepage = 'https://mvapich.cse.ohio-state.edu/benchmarks/'
description = """OSU Micro-Benchmarks"""
toolchain = {'name': 'iimpi', 'version': '2022b'}
toolchainopts = {'usempi': True}
source_urls = ['https://mvapich.cse.ohio-state.edu/download/mvapich/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['bb9dbc87dcf8ec6785977a61f6fceee8febf1a682488eaab4c58cf50e4fa985f']
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'