mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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:
3
applications/test/parallel-comm3b/Make/files
Normal file
3
applications/test/parallel-comm3b/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-parallel-comm3b.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-parallel-comm3b
|
||||
2
applications/test/parallel-comm3b/Make/options
Normal file
2
applications/test/parallel-comm3b/Make/options
Normal file
@ -0,0 +1,2 @@
|
||||
/* EXE_INC */
|
||||
/* EXE_LIBS = */
|
||||
Reference in New Issue
Block a user