-
Notifications
You must be signed in to change notification settings - Fork 66
CCPP Framework Meeting Minutes 2020 10 13
Dom Heinzeller edited this page Oct 13, 2020
·
6 revisions
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?
none is not compatible with any other option (but blank is)
- ...