ENH: added UPstream::waitAnyRequest(UList<UPstream::Request>&)

- waits for completion of any of the listed requests and returns the
  corresponding index into the list.
  This allows, for example, dispatching of data when the receive is
  completed.
This commit is contained in:
Mark Olesen
2023-02-09 10:58:59 +01:00
parent add61ca273
commit 422654a9ea
9 changed files with 550 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Test-parallel-comm3b.C
EXE = $(FOAM_USER_APPBIN)/Test-parallel-comm3b

View File

@ -0,0 +1,2 @@
/* EXE_INC */
/* EXE_LIBS = */