From 3205a7bb6d34f6e3ba58aad92b5fce9ef4599157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de> Date: Wed, 26 Sep 2018 11:16:17 +0200 Subject: [PATCH] Support for Intel PS 19 --- mpcdf_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mpcdf_common.py b/mpcdf_common.py index 4cefbcf..7c0a589 100644 --- a/mpcdf_common.py +++ b/mpcdf_common.py @@ -25,6 +25,7 @@ def valid_mpi(compiler, mpi): ("intel_18_0_1", "impi_2018_1"), ("intel_18_0_2", "impi_2018_2"), ("intel_18_0_3", "impi_2018_3"), + ("intel_19_0_0", "impi_2019_0"), } if compiler.startswith("intel") and mpi.startswith("impi"): -- GitLab