Create N subarrays of a 2d array and scatter them to N processes

前端 未结 0 1284
遥遥无期
遥遥无期 2021-02-11 17:50

I need to scatter a big integer array to N processes. not rows or columns of the array but blocks of it, like this -> squares.

I understand that i need to use MPI_Type

相关标签:
回答
  • 消灭零回复
提交回复
热议问题