for your help!
> > Kind regards,
> > David B?ttner
> >
> > _________
> > Pseudo-Code of program:
> >
> > MPI_Request* req_s;
> > MPI_Request* req_w;
> > OUTER-LOOP
> > if(0 == threadid)
> > {
> > req_s = malloc(
there a way to re-use the request in the different iterations
> > other than I thought it should work?
> > Or is there a way to re-initialize the allocated memory before the
> > MPI_Isend/recv so that I at least don't have to call free and malloc each
> > time?
>
Unfortunately, our Windows guy (Shiqing) is off getting married and will be out
for a little while. :-(
All that I can cite is the README.WINDOWS.txt file in the top-level directory.
I'm afraid that I don't know much else about Windows. :-(
On May 18, 2011, at 8:17 PM, Jason Mackay wrote:
Hi Jason,
I'm afraid I won't be of much help but have you run your tests with UAC
completely disabled or not?
>From my experience, access to network shares and network drives is very
>problematic with UAC enabled and simply disabling it has solved a few problems
>in the past.
Running Op