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
5c55f54d
Commit
5c55f54d
authored
Nov 05, 2020
by
Lorenz Hüdepohl
Browse files
Support for Parallel Studio 2020.4
parent
8a406f6c
Pipeline
#85853
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
5c55f54d
...
...
@@ -37,6 +37,7 @@ intel_parallel_studio = {
"mpcdf_intel_parallel_studio_2020"
:
{
"compiler"
:
"intel_19_1_0"
,
"impi"
:
"impi_2019_6"
,
"mkl"
:
"mkl_2020-module"
,
},
"mpcdf_intel_parallel_studio_2020_1"
:
{
"compiler"
:
"intel_19_1_1"
,
"impi"
:
"impi_2019_7"
,
"mkl"
:
"mkl_2020_1-module"
,
},
"mpcdf_intel_parallel_studio_2020_2"
:
{
"compiler"
:
"intel_19_1_2"
,
"impi"
:
"impi_2019_8"
,
"mkl"
:
"mkl_2020_2-module"
,
},
"mpcdf_intel_parallel_studio_2020_4"
:
{
"compiler"
:
"intel_19_1_3"
,
"impi"
:
"impi_2019_9"
,
"mkl"
:
"mkl_2020_4-module"
,
},
}
all_mkls
=
{
ic
[
"mkl"
]
for
ic
in
intel_parallel_studio
.
values
()}
...
...
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