Skip to content
Snippets Groups Projects
Commit ac37ed45 authored by henry's avatar henry
Browse files

Made floatTransfer 0 by default.

parent fbf67192
Branches
Tags
No related merge requests found
......@@ -230,7 +230,7 @@ Foam::List<Foam::Pstream::commsStruct> Foam::Pstream::treeCommunication_(0);
// in accuracy
bool Foam::Pstream::floatTransfer
(
debug::optimisationSwitch("floatTransfer", 1)
debug::optimisationSwitch("floatTransfer", 0)
);
// Number of processors at which the reduce algorithm changes from linear to
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment