-
Notifications
You must be signed in to change notification settings - Fork 703
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 #20919 from bartoldeman/20240626211911_new_pr_impi…
…2021130 {mpi,perf,toolchain}[iimpi/2024.06,intel-compilers/2024.2.0,system/system] impi v2021.13.0, iimpi v2024.06, OSU-Micro-Benchmarks v7.4
- Loading branch information
Showing
3 changed files
with
60 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,18 @@ | ||
# This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild | ||
easyblock = 'Toolchain' | ||
|
||
name = 'iimpi' | ||
version = '2024.06' | ||
|
||
homepage = 'https://software.intel.com/parallel-studio-xe' | ||
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI.""" | ||
|
||
toolchain = SYSTEM | ||
|
||
local_comp_ver = '2024.2.0' | ||
dependencies = [ | ||
('intel-compilers', local_comp_ver), | ||
('impi', '2021.13.0', '', ('intel-compilers', local_comp_ver)), | ||
] | ||
|
||
moduleclass = 'toolchain' |
16 changes: 16 additions & 0 deletions
16
easybuild/easyconfigs/i/impi/impi-2021.13.0-intel-compilers-2024.2.0.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,16 @@ | ||
name = 'impi' | ||
version = '2021.13.0' | ||
|
||
homepage = 'https://software.intel.com/content/www/us/en/develop/tools/mpi-library.html' | ||
description = "Intel MPI Library, compatible with MPICH ABI" | ||
|
||
toolchain = {'name': 'intel-compilers', 'version': '2024.2.0'} | ||
|
||
# see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html | ||
source_urls = ['https://registrationcenter-download.intel.com/akdlm/IRC_NAS/9f84e1e8-11b2-4bd1-8512-3e3343585956'] | ||
sources = ['l_mpi_oneapi_p_%(version)s.719_offline.sh'] | ||
checksums = ['5e23cf495c919e17032577e3059438f632297ee63f2cdb906a2547298823cc64'] | ||
|
||
dependencies = [('UCX', '1.16.0')] | ||
|
||
moduleclass = 'mpi' |
26 changes: 26 additions & 0 deletions
26
easybuild/easyconfigs/o/OSU-Micro-Benchmarks/OSU-Micro-Benchmarks-7.4-iimpi-2024.06.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,26 @@ | ||
easyblock = 'ConfigureMake' | ||
|
||
name = 'OSU-Micro-Benchmarks' | ||
version = '7.4' | ||
|
||
homepage = 'https://mvapich.cse.ohio-state.edu/benchmarks/' | ||
description = """OSU Micro-Benchmarks""" | ||
|
||
toolchain = {'name': 'iimpi', 'version': '2024.06'} | ||
toolchainopts = {'usempi': True} | ||
|
||
source_urls = ['https://mvapich.cse.ohio-state.edu/download/mvapich/'] | ||
sources = [SOURCELOWER_TAR_GZ] | ||
checksums = ['1edd0c2efa61999409bfb28740a7f39689a5b42b1a1b4c66d1656e5637f7cefc'] | ||
|
||
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' |