Hello, all.
I am trying to offload a call to `pardiso_64` to a mic via compiler assisted offload.
`pardiso_64` returns error code `-12` if it is linked against 32 bit libraries. I am following the instructions from the link line advisor, but still getting `-12`. Please see the attached makefile.
MKL version 11.2.3 (`composer_xe_2015.3.187`)
Thanks.