Компилятор fortran для linux

Binaries available for gfortran

This page gathers links to all unofficial gfortran binary packages people regularly build, based on the current development gfortran source code.

Note: There do not exist any official FSF/GNU/GCC binary builds (only source packages). Most of the builds below come from gfortran maintainers but not all.

Windows

If in doubt, or if you don’t know what Cygwin and MinGW are, the package for you is the MinGW («native Windows») package!

MinGW for Win64: The Mingw-w64 project has regularly updated snapshots of compilers generating 64-bit Windows executables. They provides several compilers, which run on Windows (32-bit and 64-bit Windows), Cygwin, Linux, and Darwin/MacOS — and which generate binaries for 32bit or 64bit Windows. The file name pattern is — — — ; thus, mingw-w64-bin_x86_64-mingw_20100527.zip is a compiler targeting 64bit Windows ( mingw-w64) but also running («host») on 64bit Windows ( xx86-64-mingw); you might search for the file in Toolchains targetting Win64 (Personal Builds or Automatized Builds).

MinGW build («native Windows» build)

Official MinGW builds (only releases), last seen was 6.3.0 (2017-05-30)

The MinGW for Win64 project has also binaries for 32bit Windows; e.g. mingw-w32-bin_i686-mingw_ .zip runs on and generates binaries for 32bit Windows (cf. above); you might search for the file in Toolchains targetting Win32 (Personal Builds or Automatized Builds).

MinGW 32/64bit builds by www.Equation.com (builds were announced at comp.lang.fortran; note — equation.com is not affiliated with any MinGW or GCC developer. Use at your own risk)

Cygwin: The Cygwin project offers up-to-date builds of GCC and gfortran

Octave: Octave 6.1 comes with gcc/gfortran-9.3.1. From the Windows start menu, open up Octave and you will find the bash shell. Stick it to your task bar so it’s always to hand. Combined with Notepad++ (https://notepad-plus-plus.org/), you will be able to get on with fortran development using nothing but GPL tools. Alternatively, the ‘system’ command can be used to run gfortran from the Octave GUI together with the Octave editor.

macOS

The gfortran maintainers offer nice Apple-style installers for macOS: https://github.com/fxcoudert/gfortran-for-macOS/releases Detailed instructions can be found here.

Other projects packaging GCC (and gfortran) binaries for Mac include:

Homebrew offers the latest stable gfortran release as part of the «gcc» package.

HPC Mac OS X offers GCC builds, which include gfortran

MacPorts (package name, e.g., «gcc48») — the fastest way to get a developer version of GCC. MacPorts comes with a packing software, but all software is compiled before installation. For the developer version, the «Portfile» is updated approx. weekly.

Fink offers GCC packages (all released versions) — similar to MacPorts, but also offers binaries; it does not have the developer versions, just the releases.

GNU/Linux

Most Linux distributions offer gfortran packages, some have also builds for the experimental versions

Nightly builds are available at:

32-bit processors (i686)

64-bit AMD-compatible processors (x86_64, AMD64,Intel64, em64t)

gcc-4.8-infrastructure package (GCC 4.8 and later; for GCC 4.3 to 4.7 use gcc-infrastructure), which contains required libraries (GMP, MPFR, MPC, etc.) — simply unpack in the «gcc-trunk» (or «gcc-4.6» or . ) directory

To unpack .xz files: Use xzcat with tar. It is contained in pre-build xz package, if you don’t have it.

Building from Source

See also InstallingGCC and http://gcc.gnu.org/install/

    Obtain the source code either via

You should have the right versions of GMP, MPFR and MPC (and optionally for Graphite: CLOOG and ISL) installed, which you can download from ftp://gcc.gnu.org/pub/gcc/infrastructure/ (They can also be automatically build with GCC.)

Note: You can use ./contrib/download_prerequisites to download them.

Follow the instructions; in a nutshell, you will do

create a build directory, e.g. gcc-build underneath the source directory

go to the build directory and run configure from there; for instance: ../configure —prefix=$HOME/gcc-trunk —enable-languages=c,fortran

Useful configure options: —enable-checking=release which disables some compile-time checks which slow down the compiler; —disable-bootstrap which speeds up the build but uses the system compiler and disables some consistency checks; —disable-build-poststage1-with-cxx (for 4.7 or higher) avoids building GCC with a C++ compiler, esp. useful if no C++ should be compiled; —disable-libstdcxx-pch speeds up the compilation a bit by not creating pre-compiled header files.

None: GFortranBinaries (последним исправлял пользователь PaulThomas 2021-03-24 11:23:35)

Источник

Fortran Compilers

Fortran has over a dozen open source and commercial compilers.

Open source compilers

GNU Fortran Compiler

GNU Fortran Compiler (gfortran) is a mature free and open source compiler, part of the GNU Compiler Collection.

OpenCoarrays is a library and compiler wrapper around gfortran which enables the parallel programming features of Fortran 2018 with gfortran.

LLVM Flang

Flang is a new front-end for Fortran 2018 that has been recently added to LLVM. It is implemented in modern C++ and uses a Fortran-oriented MLIR dialect for lowering to LLVM IR. This project is under active development.

Current Flang

Flang is an open source compiler based on the NVIDIA/PGI commercial compiler.

LFortran

LFortran is a modern, interactive, LLVM-based Fortran compiler.

Commercial compilers

Intel

Intel oneAPI is Intel’s suite of compilers, tools, and libraries for Fortran, C, C++, and Python. Intel oneAPI HPC Toolkit provides two Fortran compilers:

  • Intel Fortran Compiler Classic ( ifort ), a mature compiler with full Fortran 2018 support; and
  • Intel Fortran Compiler Beta ( ifx ), a new, LLVM-based compiler that supports Fortran 95 and partially newer versions of the standard.

Intel oneAPI is available for free. Currently the compiler supports Linux, MacOS and Windows platforms and x86_64 architectures. Community support is available for the free version at the Intel Developer forum.

The latest NAG Fortran Compiler release (7.0) has extensive support for legacy and modern Fortran features including parallel programming with coarrays, as well as additional support for programming with OpenMP.

The Compiler also provides significant support for Fortran 2018 (atomic operations, events and tasks, plus other smaller features), almost all of Fortran 2008, complete coverage of Fortran 2003, and all of OpenMP 3.1. All platforms include supporting tools for software development: source file polishers, dependency generator for module and include files, call-graph generator, interface builder and a precision unifier.

NVIDIA

The NVIDIA HPC SDK C, C++, and Fortran compilers, former PGI compilers, support GPU acceleration of HPC modeling and simulation applications with standard C++ and Fortran, OpenACC® directives, and CUDA®. GPU-accelerated math libraries maximize performance on common HPC algorithms, and optimized communications libraries enable standards-based multi-GPU and scalable systems programming.

NVHPC compilers are available free of charge. Currently the compiler supports Linux platforms and x86_64, ppc64le and aarch64 architectures. Community support is available at the HPC compiler forum.

HPE / Cray

The Cray Compiling Environment (CCE) is the cornerstone innovation of Cray’s adaptive computing paradigm. CCE builds on a well-developed and sophisticated Cray technology base that identifies regions of computation that are either sequential scalar, vector parallel or highly multithreaded. It includes optimizing compilers that automatically exploit the scalar, vector and multithreading hardware capabilities of the Cray system. CCE supports Fortran, C and C++.

IBM® XL Fortran for Linux is an industry standards-based programming tool used to develop large and complex applications in the Fortran programming language. It generates code that leverages the capabilities of the latest POWER9 architecture and maximizes your hardware utilization. IBM XL Fortran for Linux optimizes your infrastructure on IBM Power Systems™ in support of extensive numerical, scientific and high-performance computing.

A community edition of the IBM XL compilers are available free of charge. The compilers support Linux and AIX platforms and ppc64le architectures.

The AMD Optimizing C/C++ Compiler (AOCC) compiler system is a high performance, production quality code generation tool. The AOCC environment provides various options to developers when building and optimizing C, C++, and Fortran applications targeting 32-bit and 64-bit Linux® platforms. The AOCC compiler system offers a high level of advanced optimizations, multi-threading and processor support that includes global optimization, vectorization, inter-procedural analyses, loop transformations, and code generation. AMD also provides highly optimized libraries, which extract the optimal performance from each x86 processor core when utilized. The AOCC Compiler Suite simplifies and accelerates development and tuning for x86 applications.

The AOCC compilers are available free of charge and support Linux platforms with x86_64 architectures.

Linux user-space Fortran compiler. Tailored for HPC and scientific codes, with support for popular Fortran and OpenMP standards and tuned for leading server-class Arm-based platforms. Built on the open source Flang front-end, and the LLVM‑based optimization and code generation back-end. Available as part of the Arm Compiler for Linux package.

Absoft

Absoft compilers include Pro Fortran delivering Absoft’s exclusive AP load balancing, AVX, OpenMP 3.1, extended Fortran 95 compiler with F2003 and F2008 features, FX3 graphical debugger, native tool suite integration, AMDAL HPC scientific and engineering library, and more. Pro Fortran includes Fast Data Visualization, an Absoft exclusive technology for graphical rendering and data output.

Oracle / Sun

Oracle C, C++, Fortran Compiler is highly optimized for Oracle systems, on-premise and in the cloud

  • Advanced code generation technology for the latest Oracle SPARC and x86 based systems
  • Support for the latest industry standards, including C++14, C++11, C11 and OpenMP 4.0 and extensive GCC compatibility features
  • Automatic code analysis during compilation and automatic stack overflow protection at application runtime

Lahey / Fujitsu

LF Professional v7.8 combines the 32/64-bit LGF Rainier compiler with the classic Lahey/Fujitsu LF95 compiler. LGF Rainier has full Fortran 95/90/77 compliance with extensive support for the Fortran 2003 and 2008 standards. Lahey/Fujitsu LF95 offers best in class diagnostics. Includes the automatic-parallelizing GFortran compiler, Lahey/Fujitsu Fortran 95 compiler, Visual Studio Fortran support, Winteracter WiSK Graphics package, and more.

Silverfrost FTN95

Silverfrost FTN95 is a full Fortran 95 standards compliant compiler, capable of producing fast executables for Win32 and for Microsoft .NET. FTN95 ships with the world’s best runtime checking and a great range of supporting software. All standard and many vendor-specific legacy language features are supported, so that Fortran projects may be any combination of Fortran 77, Fortran 90 and Fortran 95. Some features of Fortran 2003 and 2008 have been added. Silverfrost Fortran runs on Windows / x86_64. There is a free personal edition.

The Fortran compiler conforms to the Fortran-2003 standard (ISO/IEC 1539-1:2004) and supports many features from Fortran-2008 (ISO/IEC 1539-1:2010).

Discontinued

The following is a list of Fortran compilers that seem discontinued, so we do not list them above:

  • Apogee
  • Edinburgh Portable Compilers
  • Hewlett Packard
  • Watcom
  • PathScale
  • G95
  • Open64
  • Unisys

Please let us know if there is any compiler that is not listed, or if we listed a compiler in the Discontinued section and it is in fact actively maintained.

Fortran newsletter: October 2021 01 Oct 2021
Fortran newsletter: September 2021 01 Sep 2021
Fortran newsletter: August 2021 01 Aug 2021
Fortran newsletter: July 2021 01 Jul 2021
Fortran newsletter: June 2021 01 Jun 2021

Subscribe to our mailing list to discuss anything Fortran related, announce Fortran projects, discuss development of core fortran-lang.org projects (stdlib, fpm), and get the latest news.

Join the discussion about all things Fortran on the fortran-lang discourse.

Источник

Группа Свободного Поиска

пятница, 14 мая 2010 г.

Статья. Fortran в Linux: вчера, сегодня, завтра!

Этой статьёй я открываю цикл сообщений, составленных по моим статьям, публикуемым в замечательном электронном издании » Open Source «. Здесь информация будет появляться с двухнедельной задержкой после публикации в журнале. В любом случае я рекомендую почитать » Open Source » — кроме моих работ вы найдёте там много интересных статей!

Среди большого числа современных языков программирования уже мало кто, наверное, вспоминает об этом прародителе и первопроходце этой области. А между тем есть круг задач для которых выбор этого языка является если не оптимальным, то во всяком случае предпочтительным.

Необходимость программировать на фортране может возникнуть в случае, если вам необходимо решить достаточно сложную с расчётной точки зрения задачу. Во-первых, фортран обладает широким спектром инструментов и возможностей для решения таких задач; во-вторых, за долгое время существования языка накопилась обширная библиотека программ и процедур, позволяющих быстро и точно решать самый широкий спектр проблем.

Синтаксис фортрана строился таким образом, чтобы обеспечить максимальную эффективность автоматической оптимизации исполняемого кода, поэтому приложения, написанные на нём, могут похвастаться высокой производительностью. Фортран оснащен богатым набором встроенных математических функций: чего стоит только наличие встроенного комплексного типа данных для работы с мнимыми числами! Кроме того, для массивов одинаковой формы определены все арифметические операции и логические операции отношения.

Считается, что фортран — первый язык программирования высокого уровня, имеющий транслятор. В 1957 году была выпущена его первая коммерческая версия. Специальный комитет занимается разработкой стандартов фортрана: он собирает и обобщает предложения по улучшению языка, а затем выпускает серию проектов стандарта, доступных для всеобщего обсуждения. Такой подход позволяет вносить улучшения в фортран, добавлять новые возможности.

Изначально программы писались для выполнения на перфокартах, поэтому один из первых распространённых стандартов — Fortran77 — требует записи в так называемом фиксированном формате. Фиксированный формат накладывает ограничения на структуру кода: он определяет специальные позиции в строке для меток, символа комментария; ограничивает длину строки и максимальную длину оператора.

В стандарт Fortran90 был включён свободный формат — в котором большинство ограничений были либо сняты, либо ослаблены. Также стандарте Fortran90 появились элементы объектно-ориентированного программирования, которые получили развитие в стандарте Fortran2003.

Существует большое количество компиляторов фортрана: начиная от высоко оптимизированных компиляторов от фирмы IBM, предназначенных для работы с суперкомпьютерами и до милых сердцу open source проектов. Проприетарные компиляторы представлены фирмами Compaq (в 2002 году слившаяся с HP), Lahey, Watcom. Отдельно стоит отметить компилятор фирмы Intel, который и сейчас активно развивается: генерируемый код хорошо оптимизирован для процессоров этой марки; в комплекте с компилятором можно приобрести математическую библиотеку Intel Math Kernel Library , которая «обеспечивает выполнение высокооптимизированных многопоточных математических операций для научных, инженерных и финансовых приложений, требующих наибольшей производительности». Но самое главное для нас то, что версия компилятора для платформы linux предоставляется бесплатно на условиях некоммерческого ПО. По моему личному мнению это лучший выбор компилятора фортрана для работы.

Сторонникам не только бесплатного, но и открытого ПО тоже есть из чего выбрать: в коллекцию компиляторов GNU входит gfortran, который пришёл на смену компилятору g77 (работа над ним была прекращена). Данный компилятор полностью совместим со стандартом Fortran95, имеет поддержку устаревшего формата — Fortran77. Также в него включено множество дополнительных возможностей, представленных в стандартах Fortran2003 и Fortran2008.

Другим известным открытым компилятором является g95 . В g95 также реализована поддержка всех основных стандартов фортрана. Компилятор доступен практически для любой платформы. Этот проект может быть выбран вами, если имеется необходимость компилировать программы для Windows.

Можно сказать, что несмотря на обилие современных языков, Fortran не собирается сдавать позиции: он занял свою нишу высокопроизводительных вычислений и справляется с этой деятельностью «на отлично». Желающие могут найти и выбрать для себя и компилятор, и среду разработки — доступно множество как открытых так и коммерческих решений. Особо радует стремление производителей компиляторов обеспечить многопотоковость выполнения программ, широкий набор опций для оптимизации кода.

Хотя в Linux созданы все условия для комфортной работы с фортраном, есть некоторые моменты, требующие улучшений: далеко не все IDE позволяют проводить отладку при выполнении программ, не всегда легко настроить взаимодействие компилятор-IDE (настроить g95 в Eclipse автору не удалось).
Для тех кто захочет найти дополнительную информацию о Fortran — вот здесь вы сможете найти множество ссылок на разнообразные ресурсы: стандарты, книги, библиотеки, компиляторы.

Источник

Читайте также:  Windows 10 иногда пропадает звук
Оцените статью