Data Types | |
| type | mod_lsm_cp_mpi_exchange_cp_array::t_character_buffer |
Modules | |
| module | mod_lsm_cp_mpi_exchange_cp_array |
Functions/Subroutines | |
| subroutine | mod_lsm_cp_mpi_exchange_cp_array::send_cp_array_to_manager_node (cp_array, do_wait, request, used_buffer) |
| Send one cp_array to the manager node Blocking or NonBlocking If .not. do_wait then one will need to explicitely deallocate send_cp_array after the wait call. | |
| subroutine | mod_lsm_cp_mpi_exchange_cp_array::send_cp_array_to_node (cp_array, dest_node, do_wait, request, used_buffer) |
| Send one cp_array to the one node NonBlocking If .not. do_wait then one will need to explicitely deallocate send_cp_array after the wait call. | |
| subroutine | mod_lsm_cp_mpi_exchange_cp_array::receive_cp_array_from_all_nodes (cp_array) |
| subroutine | mod_lsm_cp_mpi_exchange_cp_array::receive_cp_array_from_manager (cp_array) |
| subroutine | mod_lsm_cp_mpi_exchange_cp_array::receive_cp_array_from_node (cp_array, src_node) |