Preparatory clean-up for Pstream

This commit is contained in:
Hrvoje Jasak 2015-10-10 18:56:29 +01:00
parent 3afcca2ce9
commit a3194d15c0
3 changed files with 0 additions and 32 deletions

View file

@ -625,17 +625,6 @@ Foam::List<Foam::Pstream::commsStruct> Foam::Pstream::linearCommunication_(0);
Foam::List<Foam::Pstream::commsStruct> Foam::Pstream::treeCommunication_(0);
// Should compact transfer be used in which floats replace doubles
// reducing the bandwidth requirement at the expense of some loss
// in accuracy
const Foam::debug::optimisationSwitch
Foam::Pstream::floatTransfer
(
"floatTransfer",
0
);
// Number of processors at which the reduce algorithm changes from linear to
// tree
const Foam::debug::optimisationSwitch
@ -646,20 +635,6 @@ Foam::Pstream::nProcsSimpleSum
);
// Default commsType
// Foam::Pstream::commsTypes Foam::Pstream::defaultCommsType
// (
// commsTypeNames
// [
// debug::optimisationSwitches().lookupOrAddDefault
// (
// "commsType",
// word("blocking")
// )
// ]
// );
const Foam::debug::optimisationSwitch
Foam::Pstream::defaultCommsType
(

View file

@ -222,11 +222,6 @@ public:
// Static data
//- Should compact transfer be used in which floats replace doubles
// reducing the bandwidth requirement at the expense of some loss
// in accuracy
static const debug::optimisationSwitch floatTransfer;
//- Number of processors at which the sum algorithm changes from linear
// to tree
static const debug::optimisationSwitch nProcsSimpleSum;

View file

@ -633,8 +633,6 @@ Foam::argList::argList
{
Info<< "Slaves : " << slaveProcs << nl
<< "Pstream initialized with:" << nl
<< " floatTransfer : "
<< Pstream::floatTransfer << nl
<< " nProcsSimpleSum : "
<< Pstream::nProcsSimpleSum() << nl
<< " commsType : "