Open links in new tab
  1. The Fortran Programming Language — Fortran Programming Language

    Fortran is a natively parallel programming language with intuitive array-like syntax to communicate data between CPUs. You can run almost the same code on a single CPU, on a shared-memory multicore …

  2. Learn — Fortran Programming Language

    Try the quickstart Fortran tutorial, to get an overview of the language syntax and capabilities.

  3. Compilers — Fortran Programming Language

    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 …

  4. 快速入门教程 — Fortran Programming Language

    快速入门教程 # 本快速入门教程概述了 Fortran 编程语言及其常见的结构化编程概念的语法,包括:类型、变量、数组、控制流和函数。 本教程的内容显示在左侧的导航栏中,当前页面以粗体突出显示。

  5. Fortran Best Practices — Fortran Programming Language

    This mini-book collects a modern canonical way of doing things in Fortran. It serves as a style guide and best practice recommendation for popular topics and common tasks.

  6. Installing GFortran — Fortran Programming Language

    The main wiki page offers many helpful links about GFortran, as well as Fortran in general. In this guide, the installation process for GFortran on Windows, Linux, macOS and OpenBSD is presented in a …

  7. Community — Fortran Programming Language

    A community-driven project for a de facto ‘standard’ library for Fortran. The stdlib project is both a specification and a reference implementation, developed in cooperation with the Fortran Standards …

  8. Operators and flow control — Fortran Programming Language

    Fortran allows the programmer to tag or name each loop. If loops are tagged, there are two potential benefits: The readability of the code may be improved (when the naming is meaningful). exit and …

  9. fortran-lang.org - Playground

    Welcome to the Fortran Playground Use the editor on the left to type your code, you can select your libraries and provide custom input for your code using the respective buttons.

  10. Packages — Fortran Programming Language

    The fortran-lang package index is community-maintained and lists open source Fortran-related projects.This includes large-scale scientific applications,function libraries, Fortran interfaces, and …