Oasis3 4.0.2
mod_nproc.F90
Go to the documentation of this file.
00001 MODULE mod_nproc
00002 !
00003 ! -- nproc.h   97-09-03   Version 2.2   Author: S. Valcke
00004 !    *******
00005 !              18-03-02   Version 2.5   changed in module
00006 !@
00007 !@  Contents :
00008 !@  --------
00009 !@
00010 !@ -- nproc  : process ID of each model -used in PIPE, SIPC and GMEM
00011 !@
00012 !     -------------------------------------------------------------------
00013 !
00014   USE mod_kinds_oasis
00015   INTEGER (kind=ip_intwp_p),DIMENSION(:),ALLOCATABLE :: nproc
00016 
00017 !     -------------------------------------------------------------------
00018 
00019 END MODULE mod_nproc
 All Data Structures Namespaces Files Functions Variables Defines