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

Support for impi/2019.1

parent 6fdd0e9b
No related branches found
No related tags found
No related merge requests found
Pipeline #67040 passed
......@@ -26,6 +26,7 @@ def valid_mpi(compiler, mpi):
("intel_18_0_2", "impi_2018_2"),
("intel_18_0_3", "impi_2018_3"),
("intel_19_0_0", "impi_2019_0"),
("intel_19_0_1", "impi_2019_1"),
}
if compiler.startswith("intel") and mpi.startswith("impi"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment