-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
The lengths of data arrays are currently parameters in the control layer. While Fortran arguments use this parameter, local Fortran variables have not been updated to use this parameter. Unfortunately the parameter in the C++ control layer does not make a distinction between local and global lengths for the distributed solver. Improving the parameterization to address this distinction may be beneficial for performance.