![]() |
This module contains subroutines to assemble forces between cpu myrank and its neighbor cpus by synchrone or asynchrone MPI communications.
Public Member Functions | |
subroutine, public | assemble_force_sync_comm () |
subroutine to assemble forces between connected cpus by MPI synchrone communications. More... | |
subroutine, public | assemble_force_async_comm_init () |
subroutine to initialize forces assembly between connected cpus by MPI asynchrone communications. | |
subroutine, public | assemble_force_async_comm_end () |
subroutine to finalize forces assembly between connected cpus by MPI asynchrone communications. More... | |
Definition at line 126 of file module_mpi_assemble.f90.
subroutine, public mod_mpi_assemble::assemble_force_async_comm_end | ( | ) |
Definition at line 304 of file module_mpi_assemble.f90.
Referenced by efispec3d().
subroutine, public mod_mpi_assemble::assemble_force_sync_comm | ( | ) |
Definition at line 143 of file module_mpi_assemble.f90.
Referenced by efispec3d().