next up previous contents
Next: gather_2darray_int Up: Fortran: Module Interface spmdGathScatMod Previous: allgather_1darray_real   Contents

scatter_2darray_int


INTERFACE:

   subroutine scatter_2darray_int (alocal, aglobal, clmlevel)
DESCRIPTION:

Wrapper routine to scatter int 2d array


USES:

ARGUMENTS:
     implicit none
     integer , pointer            :: alocal(:,:)     ! local  data (output)
     integer , pointer            :: aglobal(:,:)    ! global data (input)
     character(len=*) ,intent(in) :: clmlevel    ! type of input grid
REVISION HISTORY:
   Author: T Craig
LOCAL VARIABLES:




Erik Kluzek 2010-06-21