Oasis3 4.0.2
mod_hardware.F90
Go to the documentation of this file.
00001 MODULE mod_hardware
00002 !
00003 ! -- hardware.h   25-07-95   Version 2.0   Author: Laurent Terray
00004 !    **********   24-12-97   Version 2.2   addition of nsigxxx
00005 !                 23-10-98   Version 2.3   addition of ctype (J.Latour F.S.E.)
00006 !@
00007 !@  Contents : variables related to machine and message passing type
00008 !@  --------
00009 !@
00010 !@ -- cchan : type of message passing used to run OASIS (PIPE, SVIPC, CLIM)
00011 !@
00012 ! -------------------------------------------------------------------
00013 !
00014   USE mod_kinds_oasis
00015   CHARACTER(len=4) :: cchan
00016 !
00017 END MODULE mod_hardware
00018 !
00019 ! -------------------------------------------------------------------
 All Data Structures Namespaces Files Functions Variables Defines