ROMS
|
Public Member Functions | |
subroutine | mp_bcastf_0dp (ng, model, a, inpcomm) |
subroutine | mp_bcastf_1dp (ng, model, a, inpcomm) |
subroutine | mp_bcastf_2dp (ng, model, a, inpcomm) |
subroutine | mp_bcastf_3dp (ng, model, a, inpcomm) |
subroutine | mp_bcastf_0d (ng, model, a, inpcomm) |
subroutine | mp_bcastf_1d (ng, model, a, inpcomm) |
subroutine | mp_bcastf_2d (ng, model, a, inpcomm) |
subroutine | mp_bcastf_3d (ng, model, a, inpcomm) |
subroutine | mp_bcastf_4d (ng, model, a, inpcomm) |
Definition at line 75 of file distribute.F.
subroutine distribute_mod::mp_bcastf::mp_bcastf_0d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(r8), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 560 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_float, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcastf::mp_bcastf_0dp | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(dp), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 195 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_double, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcastf::mp_bcastf_1d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(r8), dimension(:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 648 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_float, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcastf::mp_bcastf_1dp | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(dp), dimension(:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 283 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_double, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcastf::mp_bcastf_2d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(r8), dimension(:,:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 737 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_float, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcastf::mp_bcastf_2dp | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(dp), dimension(:,:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 372 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_float, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcastf::mp_bcastf_3d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(r8), dimension(:,:,:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 830 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_float, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcastf::mp_bcastf_3dp | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(dp), dimension(:,:,:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 465 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_float, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().
subroutine distribute_mod::mp_bcastf::mp_bcastf_4d | ( | integer, intent(in) | ng, |
integer, intent(in) | model, | ||
real(r8), dimension(:,:,:,:), intent(inout) | a, | ||
integer, intent(in), optional | inpcomm ) |
Definition at line 924 of file distribute.F.
References mod_scalars::exit_flag, mod_parallel::mp_float, mod_parallel::mymaster, mod_parallel::myrank, mod_parallel::ocn_comm_world, mod_iounits::stdout, wclock_off(), and wclock_on().