Hi all,
My thanks to all those involved for putting together this Windows binary
release of OpenMPI! I am hoping to use it in a small Windows based OpenMPI
cluster at home.
Unfortunately my experience so far has not exactly been trouble free. It seems
that, due to the fact that this relea
> > {
> > req_s = malloc(sizeof(MPI_Request));
> > req_r = malloc(sizeof(MPI_Request));
> > MPI_Isend(..., req_s)
> > MPI_Irecv(..., req_r)
> > }
> > pthread_barrier
> > INNER-LOOP (while NOT_DONE or RET)
> > if(TRYLOCK && NOT_
; From: Damien
> Subject: Re: [OMPI users] v1.5.3-x64 does not work on Windows 7
> workgroup
> To: Open MPI Users
> Message-ID: <4dd6b9cd.8060...@khubla.com>
> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"
>
> MPI can get thro