is_decomp_feasible Function

public pure function is_decomp_feasible(d) result(ok)

Return .true. iff this rank's n_local is large enough to accommodate the halo (and, for periodic grids, the wrap send's one-cell offset).

Arguments

Type IntentOptional Attributes Name
type(decomp_t), intent(in) :: d

Return Value logical