由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - where to down a standard Fortran90 complier?
相关主题
偶也问一fortran问题fortran给数组赋初值一问
有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?有关Fortran90的一个问题!
有没有free的Fortran Compiler阿?fortran90的超级怪问题
visual fortran区别6位以上的变量名吗?<>全书下载
icc complier is expensive yar~~Write In C
something strange in fortran90Fortran code optimization
Vi看来不是很适合编辑Fortran程序啊,不如emacs!problem about Fortran 77 in unix
scientific computing还是Fortran90好阿谁给说说fortran的几个标准
相关话题的讨论汇总
话题: f90话题: complier话题: standard话题: fortran90话题: where
进入Computation版参与讨论
1 (共1页)
p****e
发帖数: 468
1
刚下了一个 elf90 (Essential LF 90), doesn't work for standard Fortran 90
files, faint. where I can down a standard complier?
t****n
发帖数: 39
2
Are you using linux? Intel has a free f90 compiler for Pentium processors,
including the new Pentium 4 processor and the 64-bit Intel Itanium processor.
http://www.intel.com/software/products/compilers/f50/linux/noncom.htm

【在 p****e 的大作中提到】
: 刚下了一个 elf90 (Essential LF 90), doesn't work for standard Fortran 90
: files, faint. where I can down a standard complier?

p****e
发帖数: 468
3
no, unfortunately.

【在 t****n 的大作中提到】
: Are you using linux? Intel has a free f90 compiler for Pentium processors,
: including the new Pentium 4 processor and the 64-bit Intel Itanium processor.
: http://www.intel.com/software/products/compilers/f50/linux/noncom.htm

t****n
发帖数: 39
4
What's the extension of your fortran source file? Some f90 compiler support
both f90 and f77. You must end your source file with .f90 then the compiler
will consider it as a F90 file. Just my 2 cents. :)

【在 p****e 的大作中提到】
: no, unfortunately.
p****e
发帖数: 468
5
I used .f90 . It is a F90 compiler, just not a standard one.

【在 t****n 的大作中提到】
: What's the extension of your fortran source file? Some f90 compiler support
: both f90 and f77. You must end your source file with .f90 then the compiler
: will consider it as a F90 file. Just my 2 cents. :)

s*****l
发帖数: 167
6
Go to smth. There are may posts about that. Maybe you can transfer some here.

【在 p****e 的大作中提到】
: I used .f90 . It is a F90 compiler, just not a standard one.
1 (共1页)
进入Computation版参与讨论
相关主题
谁给说说fortran的几个标准icc complier is expensive yar~~
fortran problemsomething strange in fortran90
关于C和Fortran: 一点儿个人观点Vi看来不是很适合编辑Fortran程序啊,不如emacs!
fortran搞计算还是简单多了scientific computing还是Fortran90好阿
偶也问一fortran问题fortran给数组赋初值一问
有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?有关Fortran90的一个问题!
有没有free的Fortran Compiler阿?fortran90的超级怪问题
visual fortran区别6位以上的变量名吗?<>全书下载
相关话题的讨论汇总
话题: f90话题: complier话题: standard话题: fortran90话题: where