Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
osc-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mpcdf
obs
osc-plugins
Commits
c0f76d65
Commit
c0f76d65
authored
Jul 30, 2020
by
Lorenz Hüdepohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Intel Parallel Studio 2020.2
parent
8a833194
Pipeline
#79768
passed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
mpcdf_common.py
mpcdf_common.py
+1
-0
No files found.
mpcdf_common.py
View file @
c0f76d65
...
...
@@ -36,6 +36,7 @@ intel_parallel_studio = {
"mpcdf_intel_parallel_studio_2019_5"
:
{
"compiler"
:
"intel_19_0_5"
,
"impi"
:
"impi_2019_5"
,
"mkl"
:
"mkl_2019_5-module"
,
},
"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"
,
},
}
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