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

scatter_1darray_int


INTERFACE:

   subroutine scatter_1darray_int (alocal, aglobal, clmlevel)
DESCRIPTION:

Wrapper routine to scatter int 1d 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 2011-06-15