Skip to content
GitLab
Menu
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
e5146dc3
Commit
e5146dc3
authored
Mar 29, 2019
by
Lorenz Huedepohl
Browse files
Support for Intel PS 2019.3
parent
a8d78f8d
Pipeline
#67026
passed with stage
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
e5146dc3
...
...
@@ -20,6 +20,7 @@ intel_parallel_studio = {
"mpcdf_intel_parallel_studio_2018_4"
:
{
"compiler"
:
"intel_18_0_5"
,
"impi"
:
"impi_2018_4"
,
"mkl"
:
"mkl_2018_4-module"
,
},
"mpcdf_intel_parallel_studio_2019_0"
:
{
"compiler"
:
"intel_19_0_0"
,
"impi"
:
"impi_2019_0"
,
"mkl"
:
"mkl_2019_0-module"
,
},
"mpcdf_intel_parallel_studio_2019_1"
:
{
"compiler"
:
"intel_19_0_1"
,
"impi"
:
"impi_2019_1"
,
"mkl"
:
"mkl_2019_1-module"
,
},
"mpcdf_intel_parallel_studio_2019_3"
:
{
"compiler"
:
"intel_19_0_3"
,
"impi"
:
"impi_2019_3"
,
"mkl"
:
"mkl_2019_3-module"
,
},
}
all_mkls
=
{
ic
[
"mkl"
]
for
ic
in
intel_parallel_studio
.
values
()}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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