Statistics
| Branch: | Revision:

root / synthbench / euroben-dm / mod1i / distmod.f @ 0:839f52ef7657

History | View | Annotate | Download (395 Bytes)

1
      Module dist_module
2
! ---------------------------------------------------------------------
3
! --- This module contains information for communication and data 
4
!     distribution.
5
! ---------------------------------------------------------------------
6
      Integer            :: me, nodes
7
! ---------------------------------------------------------------------
8
      End Module dist_module