Re: [MPI3 Fortran] MPI non-blocking transfer
10 Feb
2009
10 Feb
'09
10:16 a.m.
Hi, If you are worried about the difference between send and recv, just replace my example with:
call MPI_Irecv(buffer,...) ... temp=buffer(1) buffer(1)=temp ... call MPI_Wait() call DD(buffer)
Aleks
6373
Age (days ago)
6373
Last active (days ago)
0 comments
1 participants
participants (1)
-
Aleksandar Donev