[by Eguchi and Nugraha, 2009.4.28]
# mv l_cprof_p_11.0.083_ia32.tgz /opt # cd /opt # tar -xzvf l_cprof_p_11.0.083_ia32.tgz # cd l_cprof_p_11.0.083_ia32 # ./install.sh
/opt/intel/Compiler/11.0/083/
Your system is protected with Security-enhanced Linux (SELinux). We currently support only "Permissive" mode, which is not found on the system. To rectify this issue, you may either disable SELinux by - setting the line "SELINUX=disabled" in your /etc/sysconfig/selinux file - adding "selinux=0" kernel argument in lilo.conf or grub.conf files or make SELinux mode adjustment by - setting the line "SELINUX=permissive" in your /etc/sysconfig/selinux file or ask your system administrator to make SELinux mode adjustment. You may need to reboot your system after changing the system parameters. More information about SELinux can be found at http://www.nsa.gov/selinux/ Quitting! Press "Enter" to terminate install.
# emacs /etc/sysconfig/selinux & SELINUX=permissive !SELINUXTYP=targeted
# yum -y install compat-libstdc++-33(How to do is written on this page in Japanese too)
# yum install gcc-c++(not "yum install g++")
# mv l_mkl_p_10.1.2.024.tar.gz /opt # cd /opt # tar -xzvf l_mkl_p_10.1.2.024.tar.gz # cd l_mkl_p_10.1.2.024 # ./install.sh
/opt/intel/mkl/10.1.2.024
$ echo $PATHProbably "ifort" is not included yet.
$ emacs ~/.bashrc
# emacs /etc/profilein some linux distribution, we should edit "/etc/bashrc" instead of "/etc/profile".
source /opt/intel/Compiler/11.0/083/bin/ifortvars.sh xxxx("ia32" for 32-bit, "ia64" for 64-bit, type without quotes)
$ echo $PATHHope now "ifort" is included in PATH.
# rm -Rf /opt/l_mkl_p_10.1.2.024* /opt/l_cprof_p_11.0.083_ia32*