MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | mpiworldtype |
Functions/Subroutines | |
type(mpiworldtype) function, pointer, public | get_mpi_world () |
logical(lgp) function | mpiw_has_comm (this) |
Returns true when a communicator has been set. More... | |
subroutine | mpiw_set_comm (this, comm) |
Sets a communicator on this world, can. More... | |
subroutine | mpiw_init (this) |
subroutine | mpiw_begin_order (this) |
subroutine | mpiw_end_order (this) |
subroutine | mpiw_destroy (this) |
subroutine, public | check_mpi (mpi_error_code) |
Check the MPI error code, report, and. More... | |
subroutine, public | mpi_stop (status) |
Variables | |
type(mpiworldtype), pointer | global_mpi_world |
subroutine, public mpiworldmodule::check_mpi | ( | integer | mpi_error_code | ) |
Definition at line 115 of file MpiWorld.f90.
type(mpiworldtype) function, pointer, public mpiworldmodule::get_mpi_world |
subroutine, public mpiworldmodule::mpi_stop | ( | integer(i4b) | status | ) |
Definition at line 130 of file MpiWorld.f90.
|
private |
Definition at line 74 of file MpiWorld.f90.
|
private |
Definition at line 100 of file MpiWorld.f90.
|
private |
Definition at line 88 of file MpiWorld.f90.
|
private |
Definition at line 43 of file MpiWorld.f90.
|
private |
Definition at line 62 of file MpiWorld.f90.
|
private |
Definition at line 53 of file MpiWorld.f90.
type(mpiworldtype), pointer mpiworldmodule::global_mpi_world |
Definition at line 27 of file MpiWorld.f90.