Utility function to inform LightKrylov
of the MPI-communicator's dimension.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | c_size |
Dimension of the MPI communicator. |
subroutine set_comm_size(c_size) !! Utility function to inform `LightKrylov` of the MPI-communicator's dimension. integer :: c_size !! Dimension of the MPI communicator. comm_size = c_size end subroutine set_comm_size