SetMatrixProcessGrid Subroutine

public subroutine SetMatrixProcessGrid(this, grid)

When you want to change the process grid of a matrix, you can call this routine with the new process grid value. Data will be automatically redistributed.

Arguments

Type IntentOptional AttributesName
type(Matrix_ps), intent(inout) :: this

The matrix to set the grid of.

type(ProcessGrid_t), intent(in) :: grid

The grid to set it to.


Contents

None