You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The framework should be able to compare array dimensions in the auto-generated caps between the actual size of the arrays and the size inferred from the dimensions in the metadata.
Solution
These comparisons will be slowing down the code and therefore should only be activated when an appropriate --debug flag (or similar) is provided on the command line. Arrays that are not "active" (i.e. whose active attribute evaluates to .false.) must be skipped.
This solution will be implemented first in ccpp_prebuild.py and later in capgen.py (see #406).
The text was updated successfully, but these errors were encountered:
climbfuji
changed the title
Framework should provide a debugging feature to compare array dimensions
Framework should provide a debugging feature to compare array dimensions in ccpp_prebuild.py
Oct 4, 2021
Description
The framework should be able to compare array dimensions in the auto-generated caps between the actual size of the arrays and the size inferred from the dimensions in the metadata.
Solution
These comparisons will be slowing down the code and therefore should only be activated when an appropriate
--debug
flag (or similar) is provided on the command line. Arrays that are not "active" (i.e. whoseactive
attribute evaluates to.false.
) must be skipped.This solution will be implemented first in
ccpp_prebuild.py
and later incapgen.py
(see #406).The text was updated successfully, but these errors were encountered: