LMDZ
|
Public Member Functions | |
subroutine | reduce_sum_mpi_i (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i1 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i2 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i3 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i4 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r1 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r2 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r3 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r4 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i1 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i2 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i3 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_i4 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r1 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r2 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r3 (VarIn, VarOut) |
subroutine | reduce_sum_mpi_r4 (VarIn, VarOut) |
Definition at line 39 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i | ( | integer, intent(in) | VarIn, |
integer, intent(out) | VarOut | ||
) |
Definition at line 870 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i | ( | integer, intent(in) | VarIn, |
integer, intent(out) | VarOut | ||
) |
Definition at line 870 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i1 | ( | integer, dimension(:), intent(in) | VarIn, |
integer, dimension(:), intent(out) | VarOut | ||
) |
Definition at line 885 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i1 | ( | integer, dimension(:), intent(in) | VarIn, |
integer, dimension(:), intent(out) | VarOut | ||
) |
Definition at line 885 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i2 | ( | integer, dimension(:,:), intent(in) | VarIn, |
integer, dimension(:,:), intent(out) | VarOut | ||
) |
Definition at line 896 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i2 | ( | integer, dimension(:,:), intent(in) | VarIn, |
integer, dimension(:,:), intent(out) | VarOut | ||
) |
Definition at line 896 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i3 | ( | integer, dimension(:,:,:), intent(in) | VarIn, |
integer, dimension(:,:,:), intent(out) | VarOut | ||
) |
Definition at line 907 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i3 | ( | integer, dimension(:,:,:), intent(in) | VarIn, |
integer, dimension(:,:,:), intent(out) | VarOut | ||
) |
Definition at line 907 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i4 | ( | integer, dimension(:,:,:,:), intent(in) | VarIn, |
integer, dimension(:,:,:,:), intent(out) | VarOut | ||
) |
Definition at line 918 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_i4 | ( | integer, dimension(:,:,:,:), intent(in) | VarIn, |
integer, dimension(:,:,:,:), intent(out) | VarOut | ||
) |
Definition at line 918 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r | ( | real, intent(in) | VarIn, |
real, intent(out) | VarOut | ||
) |
Definition at line 930 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r | ( | real, intent(in) | VarIn, |
real, intent(out) | VarOut | ||
) |
Definition at line 930 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r1 | ( | real, dimension(:), intent(in) | VarIn, |
real, dimension(:), intent(out) | VarOut | ||
) |
Definition at line 945 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r1 | ( | real, dimension(:), intent(in) | VarIn, |
real, dimension(:), intent(out) | VarOut | ||
) |
Definition at line 945 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r2 | ( | real, dimension(:,:), intent(in) | VarIn, |
real, dimension(:,:), intent(out) | VarOut | ||
) |
Definition at line 956 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r2 | ( | real, dimension(:,:), intent(in) | VarIn, |
real, dimension(:,:), intent(out) | VarOut | ||
) |
Definition at line 956 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r3 | ( | real, dimension(:,:,:), intent(in) | VarIn, |
real, dimension(:,:,:), intent(out) | VarOut | ||
) |
Definition at line 967 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r3 | ( | real, dimension(:,:,:), intent(in) | VarIn, |
real, dimension(:,:,:), intent(out) | VarOut | ||
) |
Definition at line 967 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r4 | ( | real, dimension(:,:,:,:), intent(in) | VarIn, |
real, dimension(:,:,:,:), intent(out) | VarOut | ||
) |
Definition at line 978 of file mod_phys_lmdz_mpi_transfert.F90.
subroutine mod_phys_lmdz_mpi_transfert::reduce_sum_mpi::reduce_sum_mpi_r4 | ( | real, dimension(:,:,:,:), intent(in) | VarIn, |
real, dimension(:,:,:,:), intent(out) | VarOut | ||
) |
Definition at line 978 of file mod_phys_lmdz_mpi_transfert.F90.