Hi All
I often use older (and sometime new) fortran code that uses LINPACK, so I often replace those calls to LAPACK equivalent routines so that I may use MKL. I have found that this can improve performance in some cases. This also allows easy use of Intel Phi coprocessors for large problems where offloading is warranted.
I was wondering if there exist a set of wrapper routines that in general will allow LINPACK to be replaced by MKL?
thanks,
joe