mod_parallel Module


Uses

  • module~~mod_parallel~~UsesGraph module~mod_parallel mod_parallel module~mod_kinds mod_kinds module~mod_parallel->module~mod_kinds iso_fortran_env iso_fortran_env module~mod_kinds->iso_fortran_env

Used by

  • module~~mod_parallel~~UsedByGraph module~mod_parallel mod_parallel module~mod_network mod_network module~mod_network->module~mod_parallel

Contents


Functions

public pure function tile_indices(dims)

Given input global array size, return start and end index of a parallel 1-d tile that correspond to this image. start and end indices assuming equal tile sizes if we have any remainder, distribute it to the tiles at the end

Arguments

Type IntentOptional AttributesName
integer(kind=ik), intent(in) :: dims

Return Value integer(kind=ik) (2)