ubuntu 14.04 (64位)下 安装 intel fortran (ifort) 免费版
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
转载: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天)。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)