mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 07:22:12 +01:00
30 lines
750 B
Plaintext
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'
|