forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: impi-2021.11.0-intel-compilers-2024.0.0.eb, iimpi…
…-2023.11.eb
- Loading branch information
1 parent
703eee0
commit 6dfbf40
Showing
2 changed files
with
34 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 = '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' |
16 changes: 16 additions & 0 deletions
16
easybuild/easyconfigs/i/impi/impi-2021.11.0-intel-compilers-2024.0.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.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' |