mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'feature-chunkingComms' into 'develop'
Pstream: added maxCommsSize setting to do (unstructured) parallel transfers in blocks. Tested: - with maxCommsSize 0 produces exactly same result as plus.develop - compiles with label64 - with maxCommsSize e.g. 3 produces exactly same result as plus.develop - with maxCommsSize=0 exactly the same messages (with Pstream::debug = 1) as plus.develop See merge request !85
This commit is contained in:
@ -28,6 +28,7 @@ License
|
||||
#include "dynamicCode.H"
|
||||
#include "dynamicCodeContext.H"
|
||||
#include "dlLibraryTable.H"
|
||||
#include "Pstream.H"
|
||||
#include "PstreamReduceOps.H"
|
||||
#include "OSspecific.H"
|
||||
#include "Ostream.H"
|
||||
|
||||
Reference in New Issue
Block a user