Skip to content

Commit aac1edc

Browse files
authored
Merge pull request #12777 from boegel/20210428124204_new_pr_imkl202111
{numlib}[iimpi/2020.12] imkl v2021.1.1
2 parents 7a257f1 + 697f96a commit aac1edc

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
2+
easyblock = 'Toolchain'
3+
4+
name = 'iimpi'
5+
version = '2020.12'
6+
7+
homepage = 'https://software.intel.com/parallel-studio-xe'
8+
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
9+
10+
toolchain = SYSTEM
11+
12+
local_compver = '2021.1.2'
13+
dependencies = [
14+
('intel-compilers', local_compver),
15+
('impi', '2021.1.1', '', ('intel-compilers', local_compver)),
16+
]
17+
18+
moduleclass = 'toolchain'
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = 'imkl'
2+
version = '2021.1.1'
3+
4+
homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onemkl.html'
5+
description = "Intel oneAPI Math Kernel Library"
6+
7+
toolchain = {'name': 'iimpi', 'version': '2020.12'}
8+
9+
# see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html
10+
source_urls = ['https://registrationcenter-download.intel.com/akdlm/irc_nas/17402/']
11+
sources = ['l_onemkl_p_%(version)s.52_offline.sh']
12+
checksums = ['818b6bd9a6c116f4578cda3151da0612ec9c3ce8b2c8a64730d625ce5b13cc0c']
13+
14+
moduleclass = 'numlib'

0 commit comments

Comments
 (0)