Statistics
| Branch: | Revision:

root / synthbench / euroben-dm / mod1j / .svn / text-base / distmod.f.svn-base @ 0:839f52ef7657

History | View | Annotate | Download (394 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