ROMS
|
Public Member Functions | |
subroutine | mp_bcastl_0d (ng, model, a, inpcomm) |
subroutine | mp_bcastl_1d (ng, model, a, inpcomm) |
subroutine | mp_bcastl_2d (ng, model, a, inpcomm) |
Definition at line 89 of file distribute.F.
subroutine distribute_mod::mp_bcastl::mp_bcastl_0d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
logical, intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 1291 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_bcastl::mp_bcastl_1d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
logical, dimension(:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 1379 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_bcastl::mp_bcastl_2d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
logical, dimension(:,:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 1468 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().