Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correctly remember buffer between persistent communications.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 6 Jun 2021 10:03:26 +0000 (12:03 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 6 Jun 2021 13:52:09 +0000 (15:52 +0200)
commit30b3c775fe9258b3589999070db57a618a614538
tree6c82936ea7e956d1e8245cebe662022c93102246
parent1cd7f16bfdd0b3fe731f957d57598679d4f6b52d
Correctly remember buffer between persistent communications.

Fixes lots of Petsc tests, especially vec/is/sf/tests/ex14.c.

The buffer was lost after the first communication, and no more data could
be transfered effectively.
src/smpi/mpi/smpi_request.cpp