This is a follow up.
>>...Let's consider two computer systems with different CPUs and the following DLLs are needed...:
[ Pentium 4 Processor ( SSE2 ) - Sequential processing ]
mkl_rt.dll
mkl_core.dll
mkl_sequential.dll
mkl_p4.dll
[ Pentium 4 Processor ( SSE2 ) - Parallel processing ]
mkl_rt.dll
mkl_core.dll
mkl_intel_thread.dll
mkl_p4.dll
[ 3rd Generation Intel Core i7 Processor ( AVX ) - Sequential processing ]
mkl_rt.dll
mkl_core.dll
mkl_sequential.dll
mkl_avx.dll
[ 3rd Generation Intel Core i7 Processor ( AVX ) - Parallel processing ]
mkl_rt.dll
mkl_core.dll
mkl_intel_thread.dll
mkl_avx.dll
Take into account that mkl_rt.dll and mkl_core.dll are common for all cases.
This is a follow up.
>>...Let's consider two computer systems with different CPUs and the following DLLs are needed...:
[ Pentium 4 Processor ( SSE2 ) - Sequential processing ]
mkl_rt.dll
mkl_core.dll
mkl_sequential.dll
mkl_p4.dll
[ Pentium 4 Processor ( SSE2 ) - Parallel processing ]
mkl_rt.dll
mkl_core.dll
mkl_intel_thread.dll
mkl_p4.dll
[ 3rd Generation Intel Core i7 Processor ( AVX ) - Sequential processing ]
mkl_rt.dll
mkl_core.dll
mkl_sequential.dll
mkl_avx.dll
[ 3rd Generation Intel Core i7 Processor ( AVX ) - Parallel processing ]
mkl_rt.dll
mkl_core.dll
mkl_intel_thread.dll
mkl_avx.dll
Take into account that mkl_rt.dll and mkl_core.dll are common for all cases.