kamping-site / kamping

KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
https://kamping-site.github.io/kamping/
GNU Lesser General Public License v3.0
24 stars 0 forks source link

Add Communicator::try_recv #561

Closed lukashuebner closed 5 months ago

lukashuebner commented 10 months ago

Is there a way to always make these tests terminate? I don't have any solution in mind right now, but these would not fail but just go into an endless loop if there was a bug that prevented a message from being received.

They will time out after 20 seconds and be reported as “failed” (I tested this).

niklas-uhl commented 5 months ago

@lukashuebner I cannot assign you as a reviewer, but maybe you could do an "inoffical" review.