next up previous contents index
Next: Module spmdMod (File: spmdMod.F90) Up: Module spmdGathScatMod (File: spmdGathScatMod.F90) Previous: allgather_2darray_int   Contents   Index


allgather_2darray_real


INTERFACE:

   subroutine allgather_2darray_real (rlocal, rglobal, clmlevel)
DESCRIPTION:

   Wrapper routine to perform an allgatherv of 2d real array
ARGUMENTS:
     implicit none
     real(r8), pointer, dimension(:,:) :: rlocal   !local data
     real(r8), pointer, dimension(:,:) :: rglobal  !global data
     character(len=*), intent(in) :: clmlevel      !type of input data
REVISION HISTORY:
   Author: Mariana Vertenstein



Mariana Vertenstein 2004-06-21