hiker / fab

Flexible build system for scientific software
https://metomi.github.io/fab/
Other
1 stars 0 forks source link

Extend Fortran analyser to detect use statements with an OpenMP sentinel #15

Closed hiker closed 3 months ago

hiker commented 5 months ago

This PR adds support for use statements in OpenMP sentinels, e.g.:

!$ USE compute_chunk_size_mod, ONLY: compute_chunk_size  ! Note OpenMP sentinel

This is done by calling the fparser function that analyses a use statement with the content of a comment line that starts with an OpenMP sentinel ("!$")

hiker commented 3 months ago

Oops, wrong repo.