This example and steps are quite general. The specifics can vary based on your operating system, compiler, and the exact functionality you're trying to leverage from MKL 2021. Always refer to the Intel MKL documentation for the most detailed and up-to-date information.
: Starting with version 2021.1, primary DLLs were renamed to include version numbers to avoid conflicts with older installations. For example, the standard mkl_core.dll was updated to mkl_core.1.dll Renaming of Runtime Libraries : The common dispatcher library mkl_rt.dll was similarly updated to mkl_rt.1.dll Broken Backward Compatibility libmklccgdll 2021
mkl_set_dynamic(0); mkl_set_num_threads_local(4); This example and steps are quite general