sparse_alltoall_test Program

Uses

    • mpi
    • tem_sparse_comm_module
  • program~~sparse_alltoall_test~~UsesGraph program~sparse_alltoall_test sparse_alltoall_test tem_sparse_comm_module tem_sparse_comm_module program~sparse_alltoall_test->tem_sparse_comm_module mpi mpi program~sparse_alltoall_test->mpi

Calls

program~~sparse_alltoall_test~~CallsGraph program~sparse_alltoall_test sparse_alltoall_test tem_sparse_alltoall_int tem_sparse_alltoall_int program~sparse_alltoall_test->tem_sparse_alltoall_int mpi_comm_size mpi_comm_size program~sparse_alltoall_test->mpi_comm_size mpi_reduce mpi_reduce program~sparse_alltoall_test->mpi_reduce mpi_init mpi_init program~sparse_alltoall_test->mpi_init mpi_finalize mpi_finalize program~sparse_alltoall_test->mpi_finalize mpi_comm_rank mpi_comm_rank program~sparse_alltoall_test->mpi_comm_rank

Contents


Variables

TypeAttributesNameInitial
integer :: iError
integer :: myrank
integer :: nProcs
logical :: local_success
logical :: success
integer, allocatable:: targets(:)
integer, allocatable:: send_buffer(:)
integer, allocatable:: sources(:)
integer, allocatable:: recv_buffer(:)