DestructProcessGrid Subroutine

public subroutine DestructProcessGrid(grid_in)

Destruct a process grid. Be careful about doing this. Matrices have pointers to process grids. If you destruct a process grid without destructing the matrices pointing to it, they will become unusable.

Arguments

Type IntentOptional AttributesName
type(ProcessGrid_t), intent(inout), optional :: grid_in

The grid to destruct. If none specified this destroys the global grid.


Contents

None