About 3,000 results
Open links in new tab
  1. The Fortran Programming Language — Fortran Programming …

    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 …

  2. Learn — Fortran Programming Language

    Ask a question in the Fortran-lang discourse - a forum for friendly discussion of all things Fortran.

  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 …

  4. 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 …

  5. Arrays — Fortran Programming Language

    Most of their functionality can be provided by assumed-shape and assumed-rank arrays but they find frequent use for interfacing with C or in legacy Fortran procedures, therefore they will be …

  6. Quickstart tutorial — Fortran Programming Language

    This quickstart tutorial gives an overview of the Fortran programming language and its syntax for common structured programming concepts including: types, variables, arrays, control flow and …

  7. 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 …

  8. Modules and Programs — Fortran Programming Language

    Modules are the preferred way create modern Fortran libraries and applications. As a convention, one source file should always contain only one module, while the module name should match …

  9. Hello world — Fortran Programming Language

    In this part of the tutorial, we will write our first Fortran program: the ubiquitous “Hello, World!” example. However, before we can write our program, we need to ensure that we have a …

  10. IDEs — Fortran Programming Language

    Plenty of tutorials online on how to install it and add a Fortran Compiler. As well as a recent presentation, here, of its capabilities and future prospects at the International Fortran …