0.6.0
Loading...
Searching...
No Matches
mod_mpi_send_receive Module Reference

Send/receive an array from a MPI process to another Generic send/receive routines of an array from a MPI process to another. They encapsulate MPI call for sake of simplicity. More...

Functions/Subroutines

subroutine mpi_send_receive_integer_rank1 (from, to, array)
 
subroutine mpi_send_receive_integer_rank2 (from, to, array)
 
subroutine mpi_send_receive_integer_rank3 (from, to, array)
 
subroutine mpi_send_receive_integer_rank4 (from, to, array)
 
subroutine mpi_send_receive_integer_two_arrays_rank1 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_integer_two_arrays_rank2 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_integer_two_arrays_rank3 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_integer_two_arrays_rank4 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_logical_rank1 (from, to, array)
 
subroutine mpi_send_receive_logical_rank2 (from, to, array)
 
subroutine mpi_send_receive_logical_rank3 (from, to, array)
 
subroutine mpi_send_receive_logical_rank4 (from, to, array)
 
subroutine mpi_send_receive_logical_two_arrays_rank1 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_logical_two_arrays_rank2 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_logical_two_arrays_rank3 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_logical_two_arrays_rank4 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_double_precision_rank1 (from, to, array)
 
subroutine mpi_send_receive_double_precision_rank2 (from, to, array)
 
subroutine mpi_send_receive_double_precision_rank3 (from, to, array)
 
subroutine mpi_send_receive_double_precision_rank4 (from, to, array)
 
subroutine mpi_send_receive_double_precision_two_arrays_rank1 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_double_precision_two_arrays_rank2 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_double_precision_two_arrays_rank3 (from, to, array_sent, array_recv)
 
subroutine mpi_send_receive_double_precision_two_arrays_rank4 (from, to, array_sent, array_recv)
 

Detailed Description

Send/receive an array from a MPI process to another Generic send/receive routines of an array from a MPI process to another. They encapsulate MPI call for sake of simplicity.