About 400 results
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. 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 …

  4. Hello world — Fortran Programming Language

    Congratulations, you’ve written, compiled and run your first Fortran program! In the next part of this tutorial, we will introduce variables for storing data.

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

  6. Building programs — Fortran Programming Language

    Two very simple examples of that type of language: Windows batch files and Linux shell scripts. In this tutorial we concentrate on the first type of languages, with Fortran as the main example.

  7. Gotchas — Fortran Programming Language

    This is wrong and completely unrelated: the only reason why .f90 has been chosen is that the free form has been introduced in the Fortran 90 revision. Both .f and .f90 source files can contain features from …

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

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

  10. Object-oriented programming techniques — Fortran Programming …

    For object-oriented programming, the approach is that a closer relationship between two (or maybe more) types can be established through language-defined mechanisms, on both the levels of type …