MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
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... | |
subroutine, public mod_comm_lib::comm_finalize |
Finalize (or shutdown) the MPI environment.
Definition at line 48 of file mod_comm_lib.t.
subroutine, public mod_comm_lib::comm_start |
Initialize the MPI environment.
Definition at line 16 of file mod_comm_lib.t.
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.
subroutine, public mod_comm_lib::mpistop | ( | character(len=*), intent(in) | message | ) |
Exit MPI-AMRVAC with an error message.
[in] | message | The error message |
Definition at line 207 of file mod_comm_lib.t.