ubuntu 14.04 (64位)下 安装 intel fortran (ifort) 免费版

前端之家收集整理的这篇文章主要介绍了ubuntu 14.04 (64位)下 安装 intel fortran (ifort) 免费版前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

转载:http://blog.sina.com.cn/s/blog_4df4d7440102vvxo.html


1)下载安装文件
打开 https://software.intel.com/en-us/qualify-for-free-software ,选择student
然后,选择 Intel® Parallel Studio XE的linux版, 即打开https://registrationcenter.intel.com/en/forms/?licensetype=2&productid=2486,四个勾都打上,accept.
最后,填写个人信息,需要注意的是邮箱地址要填写单位的。submit之后,在新打开的页面会提供下载链接及序列号(同时,intel会将下载链接和序列号发送到提供的邮箱)。

2)安装过程
可选择在线安装(较快),即只下载.sh文件,然后 sudo bash *.sh运行。按提示,一步一步即可完成安装(中间会提示输入序列号)。
3)设置ifort
安装成功后,需打开~/.bashrc设置ifort的路径 :
alias ifort='/opt/intel/compilers_and_libraries/linux/bin/intel64/ifort'
然后,在新打开的终端输入 ifort 后,提示
ifort: command line error: no files specified; for help type "ifort -help"
即表示安装成功。
注:免费版的使用期限一般为1年 (试用版的期限是30天)
原文链接:https://www.f2er.com/ubuntu/356348.html

猜你在找的Ubuntu相关文章