Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcdf
obs
osc-plugins
Commits
6064f243
Commit
6064f243
authored
Oct 28, 2021
by
Lorenz Hüdepohl
Browse files
Add Intel OneAPI 2021.4
parent
bcd82595
Pipeline
#113914
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
6064f243
...
...
@@ -39,6 +39,7 @@ intel_parallel_studio = {
"mpcdf_intel_parallel_studio_2020_4"
:
{
"compiler"
:
"intel_19_1_3"
,
"impi"
:
"impi_2019_9"
,
"mkl"
:
"mkl_2020_4-module"
,
},
"mpcdf_intel_oneapi_2021_2"
:
{
"compiler"
:
"intel_2021_2_0"
,
"impi"
:
"impi_2021_2"
,
"mkl"
:
"mkl_2021_2-module"
,
},
"mpcdf_intel_oneapi_2021_3"
:
{
"compiler"
:
"intel_2021_3_0"
,
"impi"
:
"impi_2021_3"
,
"mkl"
:
"mkl_2021_3-module"
,
},
"mpcdf_intel_oneapi_2021_4"
:
{
"compiler"
:
"intel_21_4_0"
,
"impi"
:
"impi_2021_4"
,
"mkl"
:
"mkl_2021_4-module"
,
},
}
all_mkls
=
{
ic
[
"mkl"
]
for
ic
in
intel_parallel_studio
.
values
()}
...
...
@@ -161,7 +162,7 @@ check_for_update()
def
compiler_module
(
compiler_repo
):
# special case: long and short version for intel 2
1.2
.0
# special case: long and short version for intel 2
021.[23]
.0
if
compiler_repo
==
"intel_2021_2_0"
:
return
"intel/21.2.0"
elif
compiler_repo
==
"intel_2021_3_0"
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment