MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Functions/Subroutines
mod_comm_lib Module Reference

Functions/Subroutines

subroutine, public comm_start
 Initialize the MPI environment. More...
 
subroutine, public comm_finalize
 Finalize (or shutdown) the MPI environment. More...
 
subroutine, public init_comm_types
 Create and store the MPI types that will be used for parallel communication. More...
 
subroutine, public mpistop (message)
 Exit MPI-AMRVAC with an error message. More...
 

Function/Subroutine Documentation

◆ comm_finalize()

subroutine, public mod_comm_lib::comm_finalize

Finalize (or shutdown) the MPI environment.

Definition at line 48 of file mod_comm_lib.t.

◆ comm_start()

subroutine, public mod_comm_lib::comm_start

Initialize the MPI environment.

Definition at line 16 of file mod_comm_lib.t.

Here is the call graph for this function:

◆ init_comm_types()

subroutine, public mod_comm_lib::init_comm_types

Create and store the MPI types that will be used for parallel communication.

Definition at line 57 of file mod_comm_lib.t.

◆ mpistop()

subroutine, public mod_comm_lib::mpistop ( character(len=*), intent(in)  message)

Exit MPI-AMRVAC with an error message.

Parameters
[in]messageThe error message

Definition at line 207 of file mod_comm_lib.t.