Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (436 Bytes)

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