mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
collatedFileOperation: Corrected thread support test
This commit is contained in:
@ -430,7 +430,7 @@ bool Foam::OFstreamCollator::write
|
||||
<< " using communicator " << comm_ << endl;
|
||||
}
|
||||
|
||||
if (!UPstream::haveThreads)
|
||||
if (!UPstream::haveThreads())
|
||||
{
|
||||
FatalErrorInFunction
|
||||
<< "mpi does not seem to have thread support."
|
||||
|
||||
Reference in New Issue
Block a user