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

Add support for Parallel Studio 2020

parent 44860d76
No related branches found
No related tags found
No related merge requests found
Pipeline #67005 failed
......@@ -33,6 +33,7 @@ intel_parallel_studio = {
"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", },
"mpcdf_intel_parallel_studio_2020": {"compiler": "intel_19_1_0", "impi": "impi_2019_6", "mkl": "mkl_2020-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.
Finish editing this message first!
Please register or to comment