Skip to content

Include module dependencies in Makefile #149

@danielhollas

Description

@danielhollas

Currently, Fortran module dependencies are not correctly resolved in the src/Makefile.
Because of this, parallel compilation is not supported and will fail ungracefully, as reported in #148.
This also means that if module dependencies are changed, the recompilation may fail (one needs to run make clean before recompiling).

To properly solve this, we need to generate the dependencies dynamically via a some script and include them in the Makefile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions