Oasis3 4.0.2
mod_pipe.F90
Go to the documentation of this file.
00001 MODULE mod_pipe
00002 !
00003 ! -- pipe.h   25-09-95   Version 2.0   Author: Laurent Terray
00004 !    ******   20-09-97   Version 2.2   Mods: suppress nproc (S. Valcke)
00005 !             18-03-02   Version 2.5   changed in module
00006 !@
00007 !@  Contents : variables describing pipes (FIFO) used for message passing
00008 !@  --------
00009 !@
00010 !@ -- cprnam : files associated to reading model pipes (1D)
00011 !@
00012 !@ -- cpwnam : files associated to writing model pipes (1D)
00013 !@
00014 !     -------------------------------------------------------------------
00015 !
00016   CHARACTER(len=8), DIMENSION(:), ALLOCATABLE :: cprnam, cpwnam
00017 !
00018 !     -------------------------------------------------------------------
00019 END MODULE mod_pipe
 All Data Structures Namespaces Files Functions Variables Defines