ROMS
|
Public Member Functions | |
subroutine | mp_bcasts_0d (ng, model, a, inpcomm) |
subroutine | mp_bcasts_1d (ng, model, a, inpcomm) |
subroutine | mp_bcasts_2d (ng, model, a, inpcomm) |
subroutine | mp_bcasts_3d (ng, model, a, inpcomm) |
Definition at line 101 of file distribute.F.
subroutine distribute_mod::mp_bcasts::mp_bcasts_0d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 1560 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::lwclock, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcasts::mp_bcasts_1d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), dimension(:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 1651 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcasts::mp_bcasts_2d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), dimension(:,:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 1740 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcasts::mp_bcasts_3d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
character (len=*), dimension(:,:,:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 1831 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().