diff --git a/mpcdf_common.py b/mpcdf_common.py
index 96d459d984e4dfa7898205649a03a1d9d92799b0..840c2f125826b0ef548704bb11866e65f83e07d2 100644
--- a/mpcdf_common.py
+++ b/mpcdf_common.py
@@ -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"):