几种Fortran 编译器简介

  • 格式:doc
  • 大小:55.00 KB
  • 文档页数:6

下载文档原格式

  / 14
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

几种Fortran 编译器

---------------------------------------------------------------------------------------

1.CVF

Compaq Visual Fortran (CVF), 当今PC平台上功能相当强大与完整的Fortran程序开发工具,还用于Abaqus的开发。

1997年,微软将Fortran PowerStation卖给DEC之后,微软就不再出版Fortran编译器了。后来DEC并入了Compaq,再后来Compaq又和HP合并了。现在最新的版本是HP出的Fortran for Windows v6.6,现在HP/Compaq已经不再开发Fortran了,CVF 6.6是最终的版本了,Compaq的Fortran开发小组已经投入Intel旗下,目前Intel已经有Intel Visual Fortran 11.0。Compaq Visual Fortran 6.6官方的单价也相当昂贵。

Compaq Visual Fortran 6.6 下载:

/SoftDown.asp?ID=11937

Compaq Visual Fortran 6.6 绿色版下载:

/down/10915.html

Compaq Visual Fortran 6.5 下载:

/soft/fortran6.5.rar

ftp://2006:2006@/36/-002124.rar

---------------------------------------------------------------------------------------

2. IVF

Intel Visual Fortran (IVF)将Compaq Visual Fortran* (CVF) 语言的丰富功能与英特尔代码生成及优化技术结合在一起。目前Intel已经有Intel Visual Fortran 11.0。

下载:

Intel官方网站

ftp://166.111.26.159/software/science/

ftp://202.112.85.101/pub2/Windows/Scientific_Tools/Fortran/p iler/

从/maths/下载。IVF10可以用IVF9的licence

/irc_nas/730/w_cc_p_10.0.025_ia3 2.exe

集成VS2005的IVF10.1:w_fc_p_10.1.021.exe (302MB)

Intel(R) Visual Fortran for IA-32 and Intel(R) 64 (with Microsoft Visual Studio 2005

Premier Partner Edition*)

下载:

/irc_nas/1025/w_fc_p_10.1.021.exe

IVF11.0: 官方的下载地址

windows 32/em64t/ia64。含mkl。安装前需要先装VS。

/irc_nas/1261/w_cprof_p_11.0.061_ novsppe.exe

linux ia32/em64t/ia64。含mkl。

/irc_nas/1259/l_cprof_p_11.0.069.t gz

---------------------------------------------------------------------------------------3. Intel Fortran Compiler for Linux

The Intel Fortran Compiler for Linux is free for personal, non-commercial use (registration required). It features an optimizing compiler, the Intel Debugger (GUI and command-line), mixed language support (C and Fortran), full compliance with the ISO Fortran 95 standard, support for the evolving Fortran 2003 standard, multi-threaded application support (OpenMP and auto-parallelization), ability to handle big-endian data files, compatibility with various Linux tools (like make, gdb and Emacs), substantial compatibility with Compaq Visual Fortran, etc. The optimizing compiler supports interprocedural optimization, profile guided optimization, automatic vectorizer, etc.

下载:/software/products/compilers/flin/noncom.htm

---------------------------------------------------------------------------------------4. G95

G95 is a stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 standard have been implemented in g95.

G95 is an open source Fortran 95 compiler. At the time this was written, most of the ISO Fortran 95 standard has been implemented. Platforms supported include Linux(x86, Intel IA64, AMD x86_64), Windows, Macintosh OS X, FreeBSD, Sparc Solaris and HP-UX.

下载:/

---------------------------------------------------------------------------------------5. Gfortran - the GNU Fortran compiler, part of GCC

Gfortran is the name of the GNU Fortran project, developing a free Fortran 95/2003