-
Notifications
You must be signed in to change notification settings - Fork 64
CCPP Framework Meeting Minutes 2020 10 13
goldy edited this page Oct 13, 2020
·
6 revisions
Question about dependencies attribute: If we have multiple dependencies options, they should be added:
dependencies = a.F90,b.F90
dependencies = d.F90,c.F90
would result in: "a.F90,b.F90,d.F90,c.F90"
What should happen with:
dependencies = a.F90,b.F90
dependencies = none
Error? Ignore second line?