mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Made floatTransfer 0 by default.
This commit is contained in:
@ -230,7 +230,7 @@ Foam::List<Foam::Pstream::commsStruct> Foam::Pstream::treeCommunication_(0);
|
|||||||
// in accuracy
|
// in accuracy
|
||||||
bool Foam::Pstream::floatTransfer
|
bool Foam::Pstream::floatTransfer
|
||||||
(
|
(
|
||||||
debug::optimisationSwitch("floatTransfer", 1)
|
debug::optimisationSwitch("floatTransfer", 0)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Number of processors at which the reduce algorithm changes from linear to
|
// Number of processors at which the reduce algorithm changes from linear to
|
||||||
|
|||||||
Reference in New Issue
Block a user