This is a unitary collection of fortran modules and procedures for scientific calculations. The library aims to provide a simple and generic environment for any scientific or mathematic computations. The project is largely inspired by SciPy for Python and tries to closely follow its guidelines and naming convention.
There are large areas that are still not covered.
Anyone is welcome to contribute or to test the software.
- GNU Fortran (
gfortran
) > 5.0 OR Intel Fortran Compiler Classic (ifort
) > 13.0 - CMake ≥ 3.5
- Make OR Ninja ≥ 1.10
See documentation for further details: SciFortran.github.io/SciFortran
Detailed instructions for building and installing SciFor
please read the documentation:
SciFortran.github.io/SciFortran
Adriano Amaricci
Lorenzo Crippa
Samuele Giuli
Gabriele Bellomia
Giacomo Mazza
If you encounter bugs or difficulties, please file an issue. For any other communication, please reach out any of the contributors or developers:
--
LICENSE
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License (LGPL) as published by
the Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU LGPL for more details.
You should have received a copy of the GNU LGPL along with this program. If not, see http://www.gnu.org/licenses/.