Skip to content

grnydawn/fortlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FortLab: Kernel Extraction and Tool Development Framework for Fortran Applications.

FortLab is a Python framework that makes it easy for users to create a kernel-based tools for Fortran applications. With FortLab, user can extract a part of Fortran software and make it a stand-alone software. In addition, users can use its built-in functions to build their own kernel-based analysis tools.

Installation

The easiest way to install fortlab is to use the pip python package manager.

>>> pip install fortlab

You can install fortlab from github code repository if you want to try the latest version.

>>> git clone https://github.com/grnydawn/fortlab.git
>>> cd fortlab
>>> python setup.py install

Manual

FortLab documentation: https://fortlab.readthedocs.io

About

Fortran Analysis Laboratory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages