Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Question about installation

wjiang123
Beginner
753 Views

Hi there,

I am trying to install MKL on my machine and got the following error:

bash: line 1: ./.././install/install: cannot execute binary file

I am wondering if there are someone getting the same problem like this? Thanks for any suggestions!

Wen

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
753 Views

Hello Wen,

The workaround is to extract install.sh and *.rpm on another 32-bit machine and copy them to target computer. Then run this shell script install.sh with the rpm name as a parameter

And if it will not help you

I would recommend you submit the issue against MKL to Premier support( https://premier.intel.com/ )

--Gennady

0 Kudos
wjiang123
Beginner
753 Views

Thanks, Gennady. But I cannot find *.rpm file in the unziped package. What is it?

0 Kudos
Nikolay_L_Intel
Employee
753 Views
Could you try to start this install on another machine? If it's possible and successful, please interrupt install process when it will ask you about destination path. Then you can discover new /tmp/install_temp. folder. It contains the product RPM file and install scripts, you can copycontent and install on your machine:
with rpm tool: rpm -i
with install script: ./install.sh
Such kind of issues is very troublesome, and it's not so easy to locate them. Could you add the information what MKL version do you use, what is the Linux distribution installed (cat /etc/release*)and what is the machine type you using (uname -a)? Your feedback will be much appreciated and helps us to discover a root cause of problem
- Nikolay
0 Kudos
wjiang123
Beginner
753 Views

Hello Nikolay,

Thanks for your reply.I will try later what you said here.The following is the information you ask about

MKL version: 10.0.5.025

Machine:

Brand: SGI Altix
Operating system: SuSE Linux Enterprise Server 9.0, 64-bit
Processors: Itanium 2 processors
Compiler: Intel Fortran compiler for linux* versions 9.1

Hope it can make some help.

Wen

0 Kudos
Reply