However, inside the /lib/em64t/ directory I found some libmkl_xx_lp64 for intel 64 architecture but also some libmkl_xx_ilp64 for iitanium architecture.. and the same in the /lib/64 directory. The MKL user guide refers to the concept of "interface" I have ...
If you will always be using icc, you could move the libguide files out of your MKL installation, to assure they will not be used. They should be used only when a non-Intel compiler is in use. The recommended method is to avoid giving the MKL library directory in a -L path. ...