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 limit of 100 character is seriously way too low given the potentially very long names created by PSyclone. The actual question is - do you really need a static maximum symbol length??
The explicit maximum is there to avoid dynamic memory allocation, which added a significant performance overhead compared with a static-size std::array.
Running lfric skeleton with vernier aborts:
The limit of 100 character is seriously way too low given the potentially very long names created by PSyclone. The actual question is - do you really need a static maximum symbol length??
Skeleon worked with:
The text was updated successfully, but these errors were encountered: