Go to the source code of this file.
|
| subroutine, public | xt_ut::ut_abort (msg, source, line) |
| |
| subroutine, public | xt_ut::ut_finalize () |
| |
| subroutine, public | xt_ut::ut_init (decomp_size, comm_tmpl_size, comm_size, debug_lvl, mode, debug_unit) |
| |
| subroutine, public | xt_ut::ut_destroy_decomposition (handle) |
| |
| subroutine, public | xt_ut::ut_init_oneway_transposition_template (decomp_handle_in, decomp_handle_out, mpi_world, comm_tmpl_handle, check_unique) |
| |
| subroutine, public | xt_ut::ut_destroy_transposition_template (handle) |
| |
| subroutine, public | xt_ut::ut_destroy_transposition (handle) |
| |
|
| integer, parameter, public | xt_ut::xt_int_kind = XT_INT_FC_KIND |
| |
| integer, parameter, public | xt_ut::comm_forward = 1 |
| |
| integer, parameter, public | xt_ut::comm_backward = 2 |
| |
| integer, parameter, public | xt_ut::ut_mode_dt_p2p = 1 |
| |
| integer, parameter, public | xt_ut::ut_mode_dt_alltoall = 2 |
| |
| integer, parameter, public | xt_ut::ut_mode_pack_p2p = 3 |
| |
| integer, parameter, public | xt_ut::ut_mode_pack_alltoall = 4 |
| |