metomi / fab

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

Multiple program units in one source file #305

Open MatthewHambley opened 2 months ago

MatthewHambley commented 2 months ago

It is valid for Fortran source files to contain multiple program units. This is certainly done by the pFUnit processing script which generates source files with both program and module in them.

We should check that Fab can cope with this.