distributed-ranges icon indicating copy to clipboard operation
distributed-ranges copied to clipboard

implement distributed_matrix and 2d stencil in mhp

Open lslusarczyk opened this issue 2 years ago • 2 comments

lslusarczyk avatar Mar 08 '23 09:03 lslusarczyk

  • implementation of distributed_vector<std::vector<>> (#103 ) must be finished
  • then test mhp::transform() on the above vector
  • actually implement stencil-2d analogous to stencil-1d

mateuszpn avatar Mar 08 '23 11:03 mateuszpn

With Robert' support: distributed_vector<std::array<>> done in this task, and stencil-1d-array example done in this taks. New tasks created to cover implementation of real distributed_dense_matrix<>

mateuszpn avatar Mar 17 '23 09:03 mateuszpn