项目作者: PESchoenberg

项目描述 :
Simple fortran modules.
高级语言: Fortran
项目地址: git://github.com/PESchoenberg/fmath.git
创建时间: 2019-03-27T13:36:09Z
项目社区:https://github.com/PESchoenberg/fmath

开源协议:GNU Lesser General Public License v3.0

下载


fmath - simple fortran modules.

DOI

Overview:

A collection under development of Fortran modules and functions written over
time that might be useful for calculations in maths, astronomy, aeronautics,
etc. Some of these functions are still unfinished or need further testing; all
of them originated as “scrapbook material” from various Matlab and Fortran
projects that I kept jsut because they could be useful in the future.

Dependencies and requirements:

  • gfortran compiler.

  • OpenMP library.

  • MPICH, OpenMPI or compatible libraries.

Installation:

  • Assuming you have all dependencies installed on your system, unpack it into
    a folder of your choice and cd into it.

Uninstall:

  • You just need to remove the fmath folder.

Usage:

  • See the comments on each module.

  • Compilation and linking:

    • See the comments of each module or write

      • ./cfmath.sh at the command line.
    • You can use tfmath.f95 to test these modules. See the comments at this
      file for compilation and linking.

Credits and Sources:

  • Many of the functions included are of my own design, but I also adapted code
    from other sources. These are indicated on each case, in the comments that
    correspond to each function.

  • Please let me know if I forgot to add any credits or sources.

License:

  • LGPL-3.0-or-later.