Statistics
| Branch: | Revision:

root / synthbench / euroben-dm / mod1k / .svn / text-base / README.svn-base @ 0:839f52ef7657

History | View | Annotate | Download (524 Bytes)

1
Onesided communication seems not to be very stable yet:
2
-- To be sure that window addresses are long enough the
3
   parameters 'disp' and 'mlen' MUST be declared as
4
   Integer(8).
5
-- A peculiarity of SGI Altix/Origin systems is that
6
   the buffer 'message(mlen)' must be put in a Common Block
7
   otherwise 'MPI_Win_Create' will fail without setting all
8
   kinds of environment variables.
9
-- As there is no harm in placing 'message(mlen)' in common,
10
   we retain that for the general version:
11
   Common /buffer/ message(mlen)