how to install fortran compile

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
winsert
帖子: 2
注册时间: 2007-06-06 20:12

how to install fortran compile

#1

帖子 winsert » 2007-06-07 14:51

do any one know how to install fortran compiler


i have no zhong wen shu ru fa!

i know installing c++ compiler is :


sudo apt-get install build-essential
dbzhang800
帖子: 3182
注册时间: 2006-03-10 15:10
来自: xi'an China
联系:

#2

帖子 dbzhang800 » 2007-06-08 10:40

sudo apt-get install g77 gfortran
头像
roylez
帖子: 1928
注册时间: 2005-10-04 10:59
来自: 上海

#3

帖子 roylez » 2007-06-08 15:27

As to my experience, both g95 and gfortran builds applications that run much slower than those made by intel fortran compiler (ifort). If you are heading for CPU intensive programms, try ifort. It is free for non-commercial use, but needs some hack to get installed.
弄个dropbox空间来备份文件或者做私人代码服务器
配置:[url]git://github.com/roylez/dotfiles.git[/url]
主页:http://roylez.heroku.com
各种稀奇玩意儿:http://dooloo.info
sunzhaoyu2000
帖子: 700
注册时间: 2006-10-18 15:48

#4

帖子 sunzhaoyu2000 » 2007-06-09 17:21

nkzealot 写了:As to my experience, both g95 and gfortran builds applications that run much slower than those made by intel fortran compiler (ifort). If you are heading for CPU intensive programms, try ifort. It is free for non-commercial use, but needs some hack to get installed.
nod
到intel主页注册下载ifort和对应licenses文件
7.04安装注意事项:
1.把/bin/sh这个链接指向/bin/bash
2.在.bashrc中添加GXX_ROOT
这样就没别的问题了:)

再有不明白mail我
janezhaoyu@smail.hust.edu.cn
回复