MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
mpiruncontrolmodule::mpiruncontroltype Type Reference
Inheritance diagram for mpiruncontrolmodule::mpiruncontroltype:
Inheritance graph
Collaboration diagram for mpiruncontrolmodule::mpiruncontroltype:
Collaboration graph

Public Member Functions

procedure start => mpi_ctrl_start
 
procedure finish => mpi_ctrl_finish
 
procedure after_con_cr => mpi_ctrl_after_con_cr
 
procedure at_stage => ctrl_at_stage
 

Public Attributes

class(virtualdatamanagertype), pointer virtual_data_mgr
 syncs globally accessible data, timely, by linking (local) or message passing (remote) More...
 
type(mappertype) mapper
 a 'mapper' for copying data between two memory addresses More...
 

Private Member Functions

procedure, private wait_for_debugger
 
procedure, private init_handler
 
procedure, private before_con_df
 
procedure, private after_con_df
 
procedure, private destroy
 

Detailed Description

Definition at line 21 of file MpiRunControl.F90.

Member Function/Subroutine Documentation

◆ after_con_cr()

procedure mpiruncontrolmodule::mpiruncontroltype::after_con_cr

Definition at line 26 of file MpiRunControl.F90.

◆ after_con_df()

procedure, private runcontrolmodule::runcontroltype::after_con_df
privateinherited

Definition at line 25 of file RunControl.f90.

◆ at_stage()

procedure runcontrolmodule::runcontroltype::at_stage
inherited

Definition at line 19 of file RunControl.f90.

◆ before_con_df()

procedure, private runcontrolmodule::runcontroltype::before_con_df
privateinherited

Definition at line 24 of file RunControl.f90.

◆ destroy()

procedure, private runcontrolmodule::runcontroltype::destroy
privateinherited

Definition at line 26 of file RunControl.f90.

◆ finish()

procedure mpiruncontrolmodule::mpiruncontroltype::finish

Definition at line 25 of file MpiRunControl.F90.

◆ init_handler()

procedure, private runcontrolmodule::runcontroltype::init_handler
privateinherited

Definition at line 23 of file RunControl.f90.

◆ start()

procedure mpiruncontrolmodule::mpiruncontroltype::start

Definition at line 24 of file MpiRunControl.F90.

◆ wait_for_debugger()

procedure, private mpiruncontrolmodule::mpiruncontroltype::wait_for_debugger
private

Definition at line 28 of file MpiRunControl.F90.

Member Data Documentation

◆ mapper

type(mappertype) runcontrolmodule::runcontroltype::mapper
inherited

Definition at line 16 of file RunControl.f90.

16  type(MapperType) :: mapper !< a 'mapper' for copying data between two memory addresses

◆ virtual_data_mgr

class(virtualdatamanagertype), pointer runcontrolmodule::runcontroltype::virtual_data_mgr
inherited

Definition at line 14 of file RunControl.f90.

14  class(VirtualDataManagerType), pointer :: virtual_data_mgr !< syncs globally accessible data, timely, by

The documentation for this type was generated from the following file: