从
http://software.intel.com/en-us/intel-compilers下载ifort
下载完后
/root/l_fcompxe_2013.2.146/install.sh
安装好后
gedit ~/.bashrc
在后面加一句话 source /opt/intel/bin/ifortvars.sh ia32
测试ifort
打开文本文档
写下面的程序,命名为hello.f90
program hello
print *,"hello world!"
end program hello
在终端执行
ifort -o hello hello.f90
./hello
输出为:hello world!
https://blog.sciencenet.cn/blog-783377-669446.html
上一篇:
latex斜体变正体下一篇:
在线解Lane-Emden(莱恩-埃姆登)方程