-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capgen must implement active metadata keyword (20 hours) #328
Comments
If |
That's correct - right now, we have the following scenarios. The host model
The framework must avoid touching or reading those variables in the auto-generated caps when doing unit conversions, blocked data conversions etc. With the debug flags enabled for the code generator, the code should also check if arrays that are supposed to be allocated are allocated (to the correct size). This is something I am currently implementing in Here is an example for a variable that is conditionally allocated by the host model and that needs to be converted from blocked data to contiguous data for the physics init phase:
|
Completed as part of #512 |
capgen
must implement theactive
metadata keyword to allow the framework to skip unit conversions and block data transfer (e.g., for init and final phases).The text was updated successfully, but these errors were encountered: