mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 07:22:12 +01:00
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
This commit is contained in:
parent
df1e1b2cbc
commit
365e7f98cf
@ -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",
|
||||
|
@ -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'
|
Loading…
x
Reference in New Issue
Block a user