Functions/Subroutines | |
subroutine | init_guess_list (grid) |
subroutine | split_indices_single (total, num_pieces, index, ibeg, iend) |
get single ibeg and iend of index-th number – to split the work in mpi calls split_indices of omp_module More... | |
subroutine init_guess_list | ( | type(grid_type) | grid | ) |
subroutine split_indices_single | ( | integer, intent(in) | total, |
integer, intent(in) | num_pieces, | ||
integer, intent(in) | index, | ||
integer, intent(out) | ibeg, | ||
integer, intent(out) | iend | ||
) |
get single ibeg and iend of index-th number – to split the work in mpi calls split_indices of omp_module
[in] | total | total work |
[in] | num_pieces | number of pieces of work |
[in] | index | index-th work |
[out] | iend | begining and end of index-th work piece. |