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

spmd_init( clm_mpicom )


INTERFACE:

   subroutine spmd_init( clm_mpicom )
DESCRIPTION:

MPI initialization (number of cpus, processes, tids, etc)

!USES


ARGUMENTS:

     implicit none
     integer, intent(in) :: clm_mpicom
REVISION HISTORY:
   Author: Mariana Vertenstein
LOCAL VARIABLES:




Erik Kluzek 2011-06-15