Dear all,
I am looking for a solution to receive messages either via MPI or via a TCP
socket, whichever arrives next.

Using the select() method as described for example at
http://developerweb.net/viewtopic.php?id=2933, I can have my code wait
until any of a given set of TCP sockets receives some data.

Does a similar solution exist, such that the code waits until data is
available either from an MPI communicator or from a TCP socket?

Cheers
Trevour

<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virenfrei.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
_______________________________________________
users mailing list
users@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/users

Reply via email to