0.6.0
Loading...
Searching...
No Matches
mpi_send_receive.f90 File Reference

Data Types

interface  mod_mpi_send_receive::mpi_send_receive
 

Modules

module  mod_mpi_send_receive
 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.
 

Functions/Subroutines

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