MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Go to the source code of this file.
Data Types | |
type | mpiworldmodule::mpiworldtype |
Modules | |
module | mpiworldmodule |
Functions/Subroutines | |
type(mpiworldtype) function, pointer, public | mpiworldmodule::get_mpi_world () |
logical(lgp) function | mpiworldmodule::mpiw_has_comm (this) |
Returns true when a communicator has been set. More... | |
subroutine | mpiworldmodule::mpiw_set_comm (this, comm) |
Sets a communicator on this world, can. More... | |
subroutine | mpiworldmodule::mpiw_init (this) |
subroutine | mpiworldmodule::mpiw_begin_order (this) |
subroutine | mpiworldmodule::mpiw_end_order (this) |
subroutine | mpiworldmodule::mpiw_destroy (this) |
subroutine, public | mpiworldmodule::check_mpi (mpi_error_code) |
Check the MPI error code, report, and. More... | |
subroutine, public | mpiworldmodule::mpi_stop (status) |
Variables | |
type(mpiworldtype), pointer | mpiworldmodule::global_mpi_world |