Skip to content

Commit

Permalink
adding easyconfigs: impi-2021.11.0-intel-compilers-2024.0.0.eb, iimpi…
Browse files Browse the repository at this point in the history
…-2023.11.eb
  • Loading branch information
bartoldeman committed Nov 24, 2023
1 parent 703eee0 commit 95f7673
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
18 changes: 18 additions & 0 deletions easybuild/easyconfigs/i/iimpi/iimpi-2023.11.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 = '2023.11'

homepage = 'https://software.intel.com/parallel-studio-xe'
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""

toolchain = SYSTEM

local_comp_ver = '2024.0.0'
dependencies = [
('intel-compilers', local_comp_ver),
('impi', '2021.11.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.11.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.0.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/2c45ede0-623c-4c8e-9e09-bed27d70fa33']
sources = ['l_mpi_oneapi_p_%(version)s.49513_offline.sh']
checksums = ['9a96caeb7abcf5aa08426216db38a2c7936462008b9825036266bc79cb0e30d8']

dependencies = [('UCX', '1.15.0')]

moduleclass = 'mpi'

0 comments on commit 95f7673

Please sign in to comment.