I'm new to intel's software products and I am now following a tutorial of MKL on Windows (link). This tutorial says we can use `icl` or `build` to build the sample code, but when I run them, I was given error:
'icl' is not recognized as an internal or external command,
operable program or batch file.
The MKL version is 2019 Initial release and I am running it in Intel Parallel Studio XE 2019 -> Compiler and Performance Libraries -> Command Prompt with Intel Compiler 19.0 -> Compiler 19.0 for intel 64 Visual Studio 2015 environment. I think the environment variables like PATH should be properly set in this CLI. I am using Windows 10 and Visual Studio 2015 and 2017 are properly installed. I have checked that all system requirements are met. Also, I have used "Repair" in the installer to make sure MKL is installed correctly. The CPU of my desktop is intel Core i5. So why `icl` and `build` cannot be located? How to fix it? Thank you.