MPI_Sendrecv_replace 

NAME 

MPI_Sendrecv_replace - Wysyłanie i odbiór używają jednego bufora; 

Wejściowe parametry: 

count - ilość elementów w buforze wysyłania-odbioru (integer); 
datatype
- typ elementów bufora (uchwyt);
dest
- rank procesu przeznaczenia (integer);
sendtag
- identyfikator wiadomości wysyłanej (integer);
source
- rank źródła (integer);
recvtag
- identyfikator wiadomości odbieranej (integer);
comm
- komunikator (uchwyt);

Wyjściowe parametry:

buf - początkowy adres bufora wysyłanego-odbioru (uchwyt);
status
- status obiektu (Status);

Użycie:

#include "mpi.h"
int MPI_Sendrecv_replace( buf, count, datatype, dest, sendtag, source, recvtag, comm, status )
void *buf; int count, dest, sendtag, source, recvtag;
MPI_Datatype datatype;
MPI_Comm comm;
MPI_Status *status;