Hi, I am pretty new to Intel C++ compiler and am appreciated for your help.
I want to confirm which of the following is true during compile link process:
1. static openMP libiomp5mt.dll is not supported for Win 10
2. static openMP libiomp5mt.dll is not supported for Parallel Studio 2020 XE Intel Compiler 19.1
3 static openMP libiomp5mt.dll is supported for Parallel Studio 2020 XE on Win 10, I missed something so I don't have it.
Background info: When I compile on my Win 7 machine with Parallel Studio 2019, I always link to the static libiomp5mt.dll. I want to test whether compile works on win 10 machine, I install a trial version of Parallel Studio 2020 with Intel Compiler 19.1. I don't see static libiomp5mt.dll anymore in my C drive, instead I have to link to dynamic library libiomp5md.dll.
Is there any document can confirm that libiomp5mt.dll is not supported? Or it is still supported but I missed something.
I find libiomp5mt.dll is not supported for Intel Fortran compiler 19.0 in this release note:
https://software.intel.com/en-us/articles/intel-visual-fortran-compiler-...
I don't see it anywhere in the Intel C++ compiler release note. Thanks.