首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

ifort装配笔记

2013-05-02 
ifort安装笔记$ vim ~/.bash_profileia32if [ -f /opt/intel/bin/compilervars.sh] thensource /opt/inte

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

热点排行