Yet Another eXchange Tool
0.9.0
|
Functions/Subroutines | |
subroutine, public | ut_abort (msg, source, line) |
subroutine, public | ut_finalize () |
subroutine, public | ut_init (decomp_size, comm_tmpl_size, comm_size, debug_lvl, mode, debug_unit) |
subroutine, public | ut_destroy_decomposition (handle) |
subroutine, public | ut_init_oneway_transposition_template (decomp_handle_in, decomp_handle_out, mpi_world, comm_tmpl_handle, check_unique) |
subroutine, public | ut_destroy_transposition_template (handle) |
subroutine, public | ut_destroy_transposition (handle) |
Variables | |
integer, parameter, public | comm_forward = 1 |
integer, parameter, public | comm_backward = 2 |
integer, parameter, public | ut_mode_dt_p2p = 1 |
integer, parameter, public | ut_mode_dt_alltoall = 2 |
integer, parameter, public | ut_mode_pack_p2p = 3 |
integer, parameter, public | ut_mode_pack_alltoall = 4 |
subroutine, public xt_ut::ut_abort | ( | character(len=*), intent(in) | msg, |
character(len=*), intent(in) | source, | ||
integer, intent(in) | line | ||
) |
subroutine, public xt_ut::ut_destroy_decomposition | ( | integer, intent(in) | handle | ) |
subroutine, public xt_ut::ut_destroy_transposition | ( | integer, intent(in) | handle | ) |
subroutine, public xt_ut::ut_destroy_transposition_template | ( | integer, intent(in) | handle | ) |
subroutine, public xt_ut::ut_finalize |
subroutine, public xt_ut::ut_init | ( | integer, intent(in) | decomp_size, |
integer, intent(in) | comm_tmpl_size, | ||
integer, intent(in) | comm_size, | ||
integer, intent(in) | debug_lvl, | ||
integer, intent(in) | mode, | ||
integer, intent(in) | debug_unit | ||
) |
subroutine, public xt_ut::ut_init_oneway_transposition_template | ( | integer, intent(in) | decomp_handle_in, |
integer, intent(in) | decomp_handle_out, | ||
integer, intent(in) | mpi_world, | ||
integer, intent(out) | comm_tmpl_handle, | ||
logical, intent(in), optional | check_unique | ||
) |
integer, parameter, public xt_ut::ut_mode_pack_alltoall = 4 |