7/24/2009

intel fortran non-commercial version for linux

download site :

http://software.intel.com/en-us/articles/non-commercial-software-download/

get IA32/Intel64 version


During install process, I met the following error/warning messages :

Step no: 4 of 7 | Installation configuration - Missing Optional Pre-requisite
--------------------------------------------------------------------------------
There is one or more optional unresolved issues. It is highly recommended to fix
it all before you continue the installation. You can fix it without exiting from
the installation and re-check. Or you can quit from the installation, fix it and
run the installation again.
--------------------------------------------------------------------------------
Missing optional pre-requisite
-- operating system type is not supported.
-- system glibc or kernel version not supported or not detectable
-- binutils version not supported or not detectable
--------------------------------------------------------------------------------
1. Skip missing optional pre-requisites [default]
2. Show the detailed info about issue(s)
3. Re-check the pre-requisites

h. Help
b. Back to the previous menu
q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [1]:

Ignore this message, and just hit enter.
(ref : http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/)
Then, installation was completed.

Next, I added the following lines to .bashrc file for setting PATH and LD_LIBRARY_PATH :
######## For intel compiler #################################
PATH="/opt/intel/Compiler/11.1/046/bin/ia32:$PATH"; export PATH
LD_LIBRARY_PATH="/opt/intel/Compile/11.1/046/lib/ia32:$LD_LIBRARY_PATH"; export LD_LIBRARY_PATH
#############################################################


or

source /opt/intel/Compiler/11.1/046/bin/ifortvars.sh ia32

댓글 없음: