mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add slice/range support to UPstream::waitSomeRequests()
- this simplifies polling receives and allows separation from the sends ENH: add UPstream::removeRequests(pos, len) - cancel/free of outstanding requests and remove segment from the internal list of outstanding requests
This commit is contained in:
3
applications/test/parallel-waitSome/Make/files
Normal file
3
applications/test/parallel-waitSome/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-parallel-waitSome.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-parallel-waitSome
|
||||
2
applications/test/parallel-waitSome/Make/options
Normal file
2
applications/test/parallel-waitSome/Make/options
Normal file
@ -0,0 +1,2 @@
|
||||
/* EXE_INC = */
|
||||
/* EXE_LIBS = */
|
||||
Reference in New Issue
Block a user