Skip to content

Commit

Permalink
Merge pull request #20919 from bartoldeman/20240626211911_new_pr_impi…
Browse files Browse the repository at this point in the history
…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
boegel authored Jul 3, 2024
2 parents bfdf5fe + a90bce4 commit 8445f9d
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
18 changes: 18 additions & 0 deletions easybuild/easyconfigs/i/iimpi/iimpi-2024.06.eb
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'
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'
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'

0 comments on commit 8445f9d

Please sign in to comment.