免費的 Intel Fortran Compiler for Linux

Intel 在以下網址提供免費的 Fortran 77, 90, 95 compiler (僅供非營利性個人或機構使用):

http://www.intel.com/cd/software/products/asmo-na/eng/compilers/282048.htm

下載時,別忘記順便下載 Intel Math Kernel Library ( MKL ) 與相關的 PDF 文件檔。Intel MKL 雖然無法跟 IMSL Library 相比,但是提供了不少數學函數、矩陣向量運算 (BLAS, Lapack)、隨機變數 generators、以及 optimization 方法等等,算是相當齊全

Intel 提供的 Linux 版本是 RPM 檔,因此比較適合用在 Redhat 支系的 Linux Distribution,例如 Fedora 或 CentOS。當然,Debian Linux 上面也可以安裝 rpm 相關的軟體來使用。

另外,原先為商業版本的 Watcom Fortran compiler,也已經成為 OpenWatcom,可以免費使用:

http://www.openwatcom.org/index.php/Main_Page


Comments are closed.