Skip to content

Improve streaming matrix and internal memory management

Mark OLESEN requested to merge update-matrix-streaming into develop
  • Adjust procLduMatrix etc to allow default construct and reading from stream, which enables simpler transfer of data between ranks.
  • Internal memory management with unique_ptr (modernize and simplifies code).

Merge request reports