Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 822 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 822 Bytes

config-examples

Example configuration files for FortranCallGraph and FortranTestGenerator

Plain samples from https://github.com/fortesg/fortrancallgraph and https://github.com/fortesg/fortrantestgenerator

Christian's personal ICON configuration, usally tested with ICON's latest master

Christian's personal ICON configuration for analysing preprocessed files

Compile ICON with export FFLAGS=-save-temps -g -O0 and don't remove *.f90 files in build directory.

Handle with care! When you rerun the compiler/preprocesser after source modification, later analyses will use modified preprocessed files and not the backup files of the original source files.