MPI-AMRVAC
3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | comm_start |
Initialize the MPI environment. More... | |
subroutine | comm_finalize |
Finalize (or shutdown) the MPI environment. More... | |
subroutine | init_comm_types |
Create and store the MPI types that will be used for parallel communication. More... | |
subroutine | mpistop (message) |
Exit MPI-AMRVAC with an error message. More... | |
subroutine comm_finalize |
Finalize (or shutdown) the MPI environment.
Definition at line 34 of file comm_lib.t.
subroutine comm_start |
Initialize the MPI environment.
Definition at line 2 of file comm_lib.t.
subroutine init_comm_types |
Create and store the MPI types that will be used for parallel communication.
Definition at line 43 of file comm_lib.t.
subroutine mpistop | ( | character(len=*), intent(in) | message | ) |
Exit MPI-AMRVAC with an error message.
[in] | message | The error message |
Definition at line 193 of file comm_lib.t.