You are not logged in.

#1 2010-06-25 09:50:36

zeruel85
Member
Registered: 2010-06-25
Posts: 7

[SOLVED] Intel Fortran Compiler v11.1.072 installation failed

hi everyone!

i have some problems with the intel fortran installation. i try to install both ia32 and intel64 version, but without success. i launch from the shell the file "install.sh" and i follow the instructions on the screen, it says that i have missing optional pre-requisites, but also in other linux distribution such as ubuntu or debian, i always skip missing optional pre-requisites and go on. so i do that, but in the step no. 6 when the installation begins, there are a lot of errors:

Installing Intel(R) Fortran Compiler for applications running on IA-32 
component...
Intel(R) Fortran Compiler for applications running on IA-32  component
installation failed.
--------------------------------------------------------------------------------
Installing Intel(R) Math Kernel Library for applications running on IA-32 
component...
Intel(R) Math Kernel Library for applications running on IA-32  component
installation failed.

what happens?

thanks all for your replies, i'm here for other infos if you want. smile

Last edited by zeruel85 (2010-06-28 07:56:26)

Offline

#2 2010-06-27 18:10:20

zeruel85
Member
Registered: 2010-06-25
Posts: 7

Re: [SOLVED] Intel Fortran Compiler v11.1.072 installation failed

ok, i solved the problem, but with another ifort version. first of all, install these required packages:

sudo pacman -S glibc libstdc++5

then download from aur the package "intel-compilers-common 11.0.074-2" and extract it. now:

cd /PATH/intel-compilers-common
makepkg
sudo pacman -U intel-compilers-common-11.0.074-2-x86_64.pkg.tar.xz

always from aur, download "ifort" and extract it. before compiling it, copy the file "l_cprof_p_11.0.074_intel64.tgz" from the "intel-compilers-common" folder into the "ifort" folder. now we must have the license file. we can get it from the official intel site:

https://registrationcenter.intel.com/Re … NCOM&lang=

just insert your email, select your country and click "Continue". we'll receive an email with the license key attached. now copy the file into the "ifort" folder. open a shell and do this:

cd /PATH/ifort
md5sum LICENSE.lic

where "LICENSE.lic" is the name of your license key. after that, we have to modify the "PKGBUILD" file, always into the "ifort" folder. in line 19, write the correct license file name. in line 24 write the correct md5sum result. save and exit. now we can compile:

cd /PATH/ifort
makepkg
sudo pacman -U ifort-11.0.074-2-x86_64.pkg.tar.xz

now we have ifort installed! just logout/login to complete the installation! then type:

ifort -help

to verify if ifort was correctly installed. if the ifort guide appears, well done! smile

Offline

#3 2010-06-29 09:55:03

corion
Member
Registered: 2008-09-13
Posts: 36
Website

Re: [SOLVED] Intel Fortran Compiler v11.1.072 installation failed

I had same problem to yours. I solved it by installing cpio package via pacman and then rerun the intel installation script. It works for the version 11.1.072.

Offline

#4 2010-07-01 14:05:21

zeruel85
Member
Registered: 2010-06-25
Posts: 7

Re: [SOLVED] Intel Fortran Compiler v11.1.072 installation failed

corion wrote:

I had same problem to yours. I solved it by installing cpio package via pacman and then rerun the intel installation script. It works for the version 11.1.072.

thanks for the reply. how can you find this solution? did you read something on the web or what? i tried to find some infos online, but without success...

Offline

#5 2011-06-23 22:48:06

pokpig
Member
Registered: 2009-05-17
Posts: 9

Re: [SOLVED] Intel Fortran Compiler v11.1.072 installation failed

yes, I am on a 64bit arch linux,
pacman -S glibc libstdc++5 cpio
then download and install the intel xe 12 fortran compiler

without the above packages, the installation will fail without telling you why.

Offline

#6 2014-08-21 16:09:12

tqviet
Member
Registered: 2014-08-21
Posts: 1

Re: [SOLVED] Intel Fortran Compiler v11.1.072 installation failed

pokpig wrote:

...
pacman -S glibc libstdc++5 cpio
...

Thank you very much, pokpig

I followed your instruction shown above and installed both l_ccompxe_2013.1.117 and l_fcompxe_2013.1.117 successfully smile

Offline

Board footer

Powered by FluxBB