Hi! This question is not weird due to the merger of two packages. One with 64-bit integer (e.g. int64_t) and the other with 32-bit integer (e.g. int), and both use MKL functions (linked with -lmkl_intel_ilp64 and -lmkl_intel_lp64, respectively). One painful solution is to convert one to the other manually. :( Could anyone give me a better solution? Thank you!
Can MKL support both ilp64 and lp64 at the same time?
CPU: Intel Core 2 Duo 2.4 GHz
OS: Mac OS X 10.5.8
Linux: Debian 5.0 x86_64
Compiler: Intel Fortran Compiler 11.1 & Intel C++ Compiler 11.1 (with Intel MKL included)




