ifort安装笔记
$ vim ~/.bash_profile
ia32
if [ -f /opt/intel/bin/compilervars.sh ]; then
source /opt/intel/bin/compilervars.sh intel64
fi
#添加MKL的环境变量,这个没有提示,但是MKL的说明文档里面有。
if [ -f /opt/intel/composer_xe_2011_sp1/mkl/bin/intel64/mklvars_intel64.sh ]; then
source /opt/intel/composer_xe_2011_sp1/mkl/bin/intel64/mklvars_intel64.sh
fi