next up previous contents
Next: Fortran: Module Interface spmdMod Up: Fortran: Module Interface spmdGathScatMod Previous: gather_2darray_real   Contents

allgather_2darray_real


INTERFACE:

   subroutine allgather_2darray_real (alocal, aglobal, clmlevel, missing)
DESCRIPTION:

Wrapper routine to perform an allgatherv of 2d real array


ARGUMENTS:

     implicit none
     real(r8), pointer            :: alocal(:,:)     ! local  data (output)
     real(r8), pointer            :: aglobal(:,:)    ! global data (input)
     character(len=*) ,intent(in) :: clmlevel    ! type of input grid
     real(r8),optional,intent(in) :: missing     ! missing value
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2010-06-21