Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

i7-870 and mkl

ijkbel
Beginner
399 Views
I have the following question: I have bought in 2008 a Intel Visual fortran compiler Professional for windows 10.1.025 and the mkl libraries 10.0.5.025. Now I want to buy a new computer with a i7-870 processor with L3 cache.

will the intel fortran compiler and mkl libraries be working efficiently with a L3 cache?

The reason we are asking is that we saw in the web that for skalapack is not able to optimize for L3 cache, as it does not know about it

thank's
0 Kudos
1 Reply
TimP
Honored Contributor III
399 Views
You should be able to download updates issued within a year of your initial registration, which should take you into the period when Nehalem architecture was supported by MKL, including good defaults for use with HyperThreading. In any case, the unified L3 simplifies the job of the OpenMP library, at least when HT isn't active. If you go from 1 or 2 cores to 4, you are likely to see more advantage in using KMP_AFFINITY, regardless of whether you upgrade your Intel libraries, particularly on Windows versions prior to Windows 7.
0 Kudos
Reply