Set choice of redist algorithm based on properties of g_lo
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(redist_type), | intent(inout) | :: | r | |||
integer, | intent(in) | :: | val |
subroutine set_optimised_choice(r,val)
implicit none
type (redist_type), intent (inout) :: r
integer, intent (in) :: val
r%optimised_choice = val
r%optimised_choice_inv = val
end subroutine set_optimised_choice