-
Notifications
You must be signed in to change notification settings - Fork 705
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13713 from branfosj/20210812164313_new_pr_gompi2021b
{perf,toolchain}[gompi/2021.07,system/system] gompi v2021.07, OSU-Micro-Benchmarks v5.7.1
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
easyblock = 'Toolchain' | ||
|
||
name = 'gompi' | ||
version = '2021.07' | ||
|
||
homepage = '(none)' | ||
description = """GNU Compiler Collection (GCC) based compiler toolchain, | ||
including OpenMPI for MPI support.""" | ||
|
||
toolchain = SYSTEM | ||
|
||
local_gccver = '11.2.0' | ||
|
||
# compiler toolchain dependencies | ||
dependencies = [ | ||
('GCC', local_gccver), # includes both GCC and binutils | ||
('OpenMPI', '4.1.1', '', ('GCC', local_gccver)), | ||
] | ||
|
||
moduleclass = 'toolchain' |
24 changes: 24 additions & 0 deletions
24
easybuild/easyconfigs/o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-5.7.1-gompi-2021.07.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'OSU-Micro-Benchmarks' | ||
version = '5.7.1' | ||
|
||
homepage = 'https://mvapich.cse.ohio-state.edu/benchmarks/' | ||
description = """OSU Micro-Benchmarks""" | ||
|
||
toolchain = {'name': 'gompi', 'version': '2021.07'} | ||
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']] | ||
modextrapaths = {'PATH': local_benchmark_dirs} | ||
|
||
sanity_check_paths = { | ||
'files': [], | ||
'dirs': local_benchmark_dirs, | ||
} | ||
|
||
moduleclass = 'perf' |