The short question: is it possible to use MKL on current ARM processors?
The slightly longer version: recent ARM processors, such as the one in the subject line, are quite fast and support full Linux installations (e.g. Raspbian, Ubuntu and others), as well as gcc, gfortran, and blas/lapack libraries. Perhaps it's not surprising that Intel "Compiler+MKL" Composer Suites are not (fully) supported on ARM architectures. But the combination of stand-alone MKL (as here https://software.intel.com/en-us/articles/intel-mkl-111-install-guide ), linked against gfortran seems like it should be possible. Is it, though? Any suggestions or experiences by others would be appreciated.