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
32851af3
Commit
32851af3
authored
Jun 18, 2019
by
Lorenz Huedepohl
Browse files
Support Intel Parallel studio 2019.4
parent
6f68b305
Changes
1
Hide whitespace changes
Inline
Side-by-side
mpcdf_common.py
View file @
32851af3
...
...
@@ -24,6 +24,7 @@ intel_parallel_studio = {
"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"
,
},
"mpcdf_intel_parallel_studio_2019_4"
:
{
"compiler"
:
"intel_19_0_4"
,
"impi"
:
"impi_2019_4"
,
"mkl"
:
"mkl_2019_4-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