worker_restart_type Subroutine

private subroutine worker_restart_type(comm, canopy, air, bgc)

Uses

  • proc~~worker_restart_type~~UsesGraph proc~worker_restart_type worker_restart_type module~cable_def_types_mod cable_def_types_mod proc~worker_restart_type->module~cable_def_types_mod mpi mpi proc~worker_restart_type->mpi module~cable_climate_type_mod cable_climate_type_mod module~cable_def_types_mod->module~cable_climate_type_mod

Arguments

Type IntentOptional Attributes Name
integer :: comm
type(canopy_type), intent(in) :: canopy
type(air_type), intent(in) :: air
type(bgc_pool_type), intent(in) :: bgc

Calls

proc~~worker_restart_type~~CallsGraph proc~worker_restart_type worker_restart_type mpi_abort mpi_abort proc~worker_restart_type->mpi_abort mpi_comm_rank mpi_comm_rank proc~worker_restart_type->mpi_comm_rank mpi_get_address mpi_get_address proc~worker_restart_type->mpi_get_address mpi_reduce mpi_reduce proc~worker_restart_type->mpi_reduce mpi_type_commit mpi_type_commit proc~worker_restart_type->mpi_type_commit mpi_type_create_struct mpi_type_create_struct proc~worker_restart_type->mpi_type_create_struct mpi_type_get_extent mpi_type_get_extent proc~worker_restart_type->mpi_type_get_extent mpi_type_size mpi_type_size proc~worker_restart_type->mpi_type_size

Called by

proc~~worker_restart_type~~CalledByGraph proc~worker_restart_type worker_restart_type proc~mpidrv_worker~2 mpidrv_worker proc~mpidrv_worker~2->proc~worker_restart_type