Index: runtime/src/kmp_version.c =================================================================== --- runtime/src/kmp_version.c +++ runtime/src/kmp_version.c @@ -48,6 +48,10 @@ #define KMP_COMPILER "Intel C++ Compiler 15.0" #elif __INTEL_COMPILER == 1600 #define KMP_COMPILER "Intel C++ Compiler 16.0" + #elif __INTEL_COMPILER == 1700 + #define KMP_COMPILER "Intel C++ Compiler 17.0" + #elif __INTEL_COMPILER == 9998 + #define KMP_COMPILER "Intel C++ Compiler mainline" #elif __INTEL_COMPILER == 9999 #define KMP_COMPILER "Intel C++ Compiler mainline" #endif