mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: AMIInterpolation: use local communicator
- allocate communicator with only those ranks that have patch faces - use this communicator everywhere - communicator preserved during mesh motion
This commit is contained in:
@ -240,6 +240,12 @@ OptimisationSwitches
|
||||
// from all the individual wall patches. Set to 0/false to revert to
|
||||
// <v2412 behaviour
|
||||
//useCombinedWallPatch 0;
|
||||
|
||||
//- Use local communicator for AMI communication. Default for v2506.
|
||||
//localAMIComm = 0; // old behaviour : all ranks included
|
||||
//localAMIComm = 1; // (default) only ranks that have patch faces
|
||||
//localAMIComm = 2; // like 1 but always include rank 0 so messages
|
||||
// still come from processor0
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user