Skip to content
Snippets Groups Projects
Commit 01a0332d authored by Lorenz Hüdepohl's avatar Lorenz Hüdepohl
Browse files

Support for oneAPI 2012.2

parent f408f612
Branches
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ intel_parallel_studio = {
"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", },
"mpcdf_intel_parallel_studio_2020_4": {"compiler": "intel_19_1_3", "impi": "impi_2019_9", "mkl": "mkl_2020_4-module", },
"mpcdf_intel_oneapi_2021_2": {"compiler": "intel_2021_2_0", "impi": "impi_2021_2", "mkl": "mkl_2021_2-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