Skip to content
Snippets Groups Projects
Commit f1ce5e94 authored by Lorenz Huedepohl's avatar Lorenz Huedepohl
Browse files

Support for Parallel Studio 2019.5

parent 9d3cdafe
Branches
No related tags found
No related merge requests found
Pipeline #67016 passed
......@@ -32,6 +32,7 @@ intel_parallel_studio = {
"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", },
"mpcdf_intel_parallel_studio_2019_5": {"compiler": "intel_19_0_5", "impi": "impi_2019_5", "mkl": "mkl_2019_5-module", },
}
all_mkls = {ic["mkl"] for ic in intel_parallel_studio.values()}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment