Skip to content
Stefano Zaghi edited this page Sep 27, 2016 · 5 revisions

Requirements for compiling FLAP

FLAP is written in pure Fortran (standard 2003+). It relies on 2 modules (an auxiliary and the main one) and some testing program that are shipped within FLAP project, see Download page.

You need:

  • A modern Fortran Compiler (standard 2003+);
  • a lot of patience with the author.

FLAP is developed on a GNU/Linux architecture. For Windows architecture there is no support, however it should be work out-of-the-box.

To build the library you must respect the hierarchy-dependency of Fortran modules. This can be boring (and complex for large projects), it is better to exploit a devoted building-systems. FLAP can be built with 3 different systems, thus they are auxiliary requirements:

  • FoBiS.py: this is the building system used to develop FLAP, thus it always has the fully support;
  • GNU Make: this is the building system used for legacy architectures; it should be always up-to-date, but it is not strictly granted;
  • CMake: this is the building system is developed and maintained victorsndvg), it could be not always up-to-date.

Compiler Support

Compiler Compiler Compiler Compiler Compiler Compiler

Clone this wiki locally