Fortran 编译器---------------------------------------------------------------------------------------1. Fortran Powerstation 4.0Fortran Powerstation 4.0是最老的版本下载ftp://2006:2006@/36/-002123.ZIP---------------------------------------------------------------------------------------2.CVFCompaq 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=11937Compaq Visual Fortran 6.6 绿色版下载:/down/10915.htmlCompaq Visual Fortran 6.5 下载:/soft/fortran6.5.rarftp://2006:2006@/36/-002124.rar---------------------------------------------------------------------------------------3. IVFIntel 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/Intel.Fort 从/maths/下载。
IVF10可以用IVF9的licencehttp://registrationcenter-/irc_nas/730/w_cc_p_10.0.025_ia32.exe集成VS2005的IVF10.1: w_fc_p_10.1.021.exe (302MB)Intel(R) Visual Fortran for IA-32 and Intel(R) 64 (withMicrosoft Visual Studio 2005 Premier Partner Edition*)下载:/irc_nas/1025/w_fc_p_10.1.021.exeIVF11.0: 官方的下载地址windows 32/em64t/ia64。
含mkl。
安装前需要先装VS。
http://registrationcenter-/irc_nas/1261/w_cprof_p_11.0.061_novsppe.exe linux ia32/em64t/ia64。
含mkl。
http://registrationcenter-/irc_nas/1259/l_cprof_p_11.0.069.tgz---------------------------------------------------------------------------------------4. Intel Fortran Compiler for LinuxThe 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 theevolving Fortran 2003 standard, multi-threaded applicationsupport (OpenMP and auto-parallelization), ability to handlebig-endian data files, compatibility with various Linux tools(like make, gdb and Emacs), substantial compatibility withCompaq Visual Fortran, etc. The optimizing compiler supports interprocedural optimization, profile guided optimization,automatic vectorizer, etc.下载:/software/products/compilers/flin/noncom.htm ---------------------------------------------------------------------------------------5. G95G95 is a stable, production Fortran 95 compiler available formultiple 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 thiswas written, most of the ISO Fortran 95 standard has been implemented. Platforms supported include Linux(x86, IntelIA64, AMD x86_64), Windows, Macintosh OS X, FreeBSD,Sparc Solaris and HP-UX.下载:/---------------------------------------------------------------------------------------6. Gfortran - the GNU Fortran compiler, part of GCCGfortran is the name of the GNU Fortran project, developinga free Fortran 95/2003 compiler for GCC, the GNU Compiler Collection. The gfortran development effort uses an open development environment in order to attract a larger team ofdevelopers and to ensure that gfortran can work on multiple architectures and diverse environments. Please note that gfortran is not g95.下载://wiki/GFortran---------------------------------------------------------------------------------------7. Salford FTN95 Fortran 95 CompilerSalford FTN95 is a Fortran 95 compiler that supports Fortran 77, Fortran 90 and Fortran 95. The compiler generates exectuables for Win32 (but Win32 console and GUI applications) and the Microsoft .NET framework. It comes with CHECKMATE, a tool that lets programmers check the correctness of their code at runtime. Also included is Plato 3 (an IDE), full source level debugging, documentation and examples. You may only generate code for your personal useon your home computer, and all executables will display a banner on execution.FTN95 compiles all Fortran 77, Fortran 90, Fortran 95 standard code and has some features from the Fortran 2003 standard.个人版(FTN95 Personal Edition )是免费的,它具有强大的功能和集成开发环境与已经发行多年并且停止开发的Compaq Visual Fortran相比,集成开发环境一点也不差,而且还能开发.net的应用程序(Compaq Visual Fortran只能生成win32应用程序)。