Newsgroups: comp.parallel.mpi
From: mfergus@relay.nswc.navy.mil (Michael Ferguson)
Subject: Re: T3D MPI Send/Wait (was Re: PVM send buffers)
Organization: Naval Surface Warfare Center - Dahlgren Div.
Date: Tue, 2 Apr 1996 23:01:48 GMT
Message-ID: <mfergus.1178873748A@relay2.nswc.navy.mil>

In Article <Dp1HJL.Ao3.0.staffin.dcs.ed.ac.uk@dcs.ed.ac.uk>, A Gordon Smith
<smith> wrote:

>process. With SHMEM, I assume you have shmem_wait called by the target 
>process to wait for a shmem_put transfer. One-sided communications is

Thank you for clarifying that MPI_Wait does not use shmem_wait on the T3D,
so my  problem/interest does not relate to the original post...

I used the quoted method above, but it does not work as expected - The
target PE which calls shmem_wait returns from that call before it receives
the data from the source PE which calls shmem_put :(  Therefor I could not
do a simple conversion from the Paragon csend/crecv to a T3D
shmem_put/shmem_wait.  Any insight on "my" problem would be greatly
appreciated.  Thank you.

