由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - scientific computing还是Fortran90好阿
相关主题
lapack++ and blitz++再请教Re: 请教大家c++ array
相关话题的讨论汇总
话题: fortran90话题: computing话题: scientific话题: 而求话题: g95
进入Computation版参与讨论
1 (共1页)
s**i
发帖数: 381
1
最近用了一段时间C++,
STL很爽
但是scientific computing不够阿
又用了用MTL, Blitz++
都不是很完善阿
而求处理向量,矩阵Fortran 90简直太自由,太方便了,而求非常efficient
不过要看portability, 封装性等等,C++还是有很多优点的
而求C++ compiler 选择也比较多,还有free的
g95还要等一段时间吧
b**g
发帖数: 335
2
Fortran 90有高效的free compiler的,
去Intel网站找找

【在 s**i 的大作中提到】
: 最近用了一段时间C++,
: STL很爽
: 但是scientific computing不够阿
: 又用了用MTL, Blitz++
: 都不是很完善阿
: 而求处理向量,矩阵Fortran 90简直太自由,太方便了,而求非常efficient
: 不过要看portability, 封装性等等,C++还是有很多优点的
: 而求C++ compiler 选择也比较多,还有free的
: g95还要等一段时间吧

s**i
发帖数: 381
3
ifc and icc are not free for research purpose.
If you use it for your PhD study, strictly it is illegal.
Refer to the FAQ of icc.

【在 b**g 的大作中提到】
: Fortran 90有高效的free compiler的,
: 去Intel网站找找

h***o
发帖数: 539
4
oh...我用它在我的机器上debug用。真正的结果都是在学校的机器上算的,
应该可以吧。hoho

【在 s**i 的大作中提到】
: ifc and icc are not free for research purpose.
: If you use it for your PhD study, strictly it is illegal.
: Refer to the FAQ of icc.

x*****u
发帖数: 3419
5
link ?

【在 s**i 的大作中提到】
: ifc and icc are not free for research purpose.
: If you use it for your PhD study, strictly it is illegal.
: Refer to the FAQ of icc.

r*****d
发帖数: 54
6
g95现在好象还可以吧,我用他编译了一个10万行的程序包,
只改了十来处

【在 s**i 的大作中提到】
: 最近用了一段时间C++,
: STL很爽
: 但是scientific computing不够阿
: 又用了用MTL, Blitz++
: 都不是很完善阿
: 而求处理向量,矩阵Fortran 90简直太自由,太方便了,而求非常efficient
: 不过要看portability, 封装性等等,C++还是有很多优点的
: 而求C++ compiler 选择也比较多,还有free的
: g95还要等一段时间吧

a**a
发帖数: 416
7
what about the performance compared to commercial compilers?

【在 r*****d 的大作中提到】
: g95现在好象还可以吧,我用他编译了一个10万行的程序包,
: 只改了十来处

b**g
发帖数: 335
8
ftp://download.intel.com/software/products/compilers/downloads/

【在 x*****u 的大作中提到】
: link ?
S***y
发帖数: 186
9

no good. For my program, 20-30% slower than ifort.
but two monthes ago, I still can't use it to compile my program.
So, it's stilll good to see the progress in g95. :)

【在 a**a 的大作中提到】
: what about the performance compared to commercial compilers?
S***y
发帖数: 186
10

no so strict la, who cares...

【在 s**i 的大作中提到】
: ifc and icc are not free for research purpose.
: If you use it for your PhD study, strictly it is illegal.
: Refer to the FAQ of icc.

1 (共1页)
进入Computation版参与讨论
相关主题
lapack++ and blitz++再请教Re: 请教大家c++ array
相关话题的讨论汇总
话题: fortran90话题: computing话题: scientific话题: 而求话题: g95