Merge branch 'it4i-barbora'

This commit is contained in:
Jakub Kropacek 2023-01-31 08:31:50 +01:00 committed by anselmicz
commit 6004b194f5
2 changed files with 30 additions and 1 deletions

View File

@ -19,7 +19,7 @@ dependencies = [('UCX', '1.13.1')]
accept_eula = True
modextravars = {
"I_MPI_OFI_PROVIDER": "MLX",
# "I_MPI_OFI_PROVIDER": "MLX",
"FI_PROVIDER": "verbs",
"I_MPI_CC": "icc",
"I_MPI_CXX": "icpc",

View File

@ -0,0 +1,29 @@
# 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'