[petsc-users] Nodes Communication - Petsc Vec

Medane TCHAKOROM medane.tchakorom at univ-fcomte.fr
Wed Feb 16 07:54:53 CST 2022


Hello,

I want to pass a Petsc Vec from one node to another one. Is there any 
Petsc method for doing this

or should I use MPI_Irecv and MPI_Isend for non-blocking communication ?

When using MPI_Isend, can i send a Petsc Vec, or should I get the array 
from it, and then send it ?

Thanks



More information about the petsc-users mailing list