set the number of clients (needed for non-root processes)
revise and check if it is better to do that with just a broadcast
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | num | number of clients |
subroutine mimic_set_num_clients(num)
!> number of clients
integer, intent(in) :: num
communicator%num_clients = num
end subroutine mimic_set_num_clients