Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-fortran

Awesome list of Fortran libs
https://github.com/rabbiabram/awesome-fortran

Last synced: 2 days ago
JSON representation

  • Graphics Libraries

    • DISLIN - a high-level graphing and user-interface library.
    • f90gl - public domain implementation of the official NIST Fortran 90 bindings for OpenGL.
    • F03GL - a Fortran 2003 interface to the OpenGL library, along with the GLU and GLUT toolkits.
    • gtk-fortran - a cross-platform library to build Graphical User Interfaces (GUI) using [GTK+](https://www.gtk.org/). Very useful when combined with the [Glade](https://glade.gnome.org/) RAD tool.
    • PGPLOT - cross-platform scientific graphing library.
    • F03GL - a Fortran 2003 interface to the OpenGL library, along with the GLU and GLUT toolkits.
    • PGPLOT - cross-platform scientific graphing library.
  • Math Libs

    • BLAS - application programming interface standard for publishing libraries to perform basic linear algebra operations such as vector and matrix multiplication.
    • CERNLIB - The CERN Program Library is a large collection of general purpose libraries and modules maintained and offered in both source and object code form on the CERN central computers
    • EISPACK - a software library for numerical computation of eigenvalues and eigenvectors of matrices, written in FORTRAN
    • FGSL - portable, object-based Fortran interface to the [GNU scientific library](https://www.lrz.de/services/software/mathematik/gsl/)
    • IMSL - The IMSL Fortran Numerical Library is the standard for high performance computing commercial mathematics and statistics libraries
    • Lis - a Library of Iterative Solvers for Linear Systems
    • NAG Fortran Library - Produced by experts for use in a variety of applications, the NAG Fortran Library has a global reputation for its excellence and, with hundreds of fully documented and tested routines, is the largest collection of mathematical and statistical algorithms available
    • BLAS - application programming interface standard for publishing libraries to perform basic linear algebra operations such as vector and matrix multiplication.
    • CERNLIB - The CERN Program Library is a large collection of general purpose libraries and modules maintained and offered in both source and object code form on the CERN central computers
    • EISPACK - a software library for numerical computation of eigenvalues and eigenvectors of matrices, written in FORTRAN
    • OpenBLAS - one of the fastest open source BLAS libraries available. Almost as fast as Intel MKL.
  • XML Manipulation

    • xml-fortran - an all-Fortran solution for reading and writing XML files.
  • Testing

    • FRUIT - FORTRAN Unit Test Framework, written in FORTRAN 95
    • Ftunit - Fortran unit testing framework by Arjen Markus
    • pFUnit - Unit testing framework for Fortran with MPI extensions by developers from NASA and NGC TASC. Uses parallel codes and object-oriented design.
    • Ftunit - Fortran unit testing framework by Arjen Markus
  • Preprocessor

    • Blockit/PyF95++ - A fairly simple Python framework used to block parse your code (or any text file) into nested blocks. The BlockIt framework has already been used to create a templating capability for the Fortran 95/2003 language along with some language extensions.
    • Blockit/PyF95++ - A fairly simple Python framework used to block parse your code (or any text file) into nested blocks. The BlockIt framework has already been used to create a templating capability for the Fortran 95/2003 language along with some language extensions.
  • Computational Fluid Dynamics

    • OFF - Open source Finite volume Fluid dynamics code.
  • Docker

  • Fortran Websites

    • The Fortran Company - A home page of FORTRAN programming language.
    • Fortran Dev - Fortran development blog.
    • Fortran WIKI - An open venue for discussing all aspects of the Fortran programming language and scientific computing.
    • Fortran WIKI - An open venue for discussing all aspects of the Fortran programming language and scientific computing.
  • Fortran Videos

  • Functional Libraries