set_comm_size Subroutine

public subroutine set_comm_size(c_size)

Utility function to inform LightKrylov of the MPI-communicator's dimension.

Arguments

Type IntentOptional Attributes Name
integer :: c_size

Dimension of the MPI communicator.


Source Code

   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