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
DBCSR lacks default initializers for its derived types. These ensure that all components of derived types are initialized preventing certain bugs (like uninitialized pointers). They could also be related to issues with early minor versions of certain compilers (see here).
The text was updated successfully, but these errors were encountered:
DBCSR lacks default initializers for its derived types. These ensure that all components of derived types are initialized preventing certain bugs (like uninitialized pointers). They could also be related to issues with early minor versions of certain compilers (see here).
The text was updated successfully, but these errors were encountered: