mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Use scheduled transfer for one to many comms
This commit is contained in:
@ -92,7 +92,7 @@ void Foam::LUscalarMatrix::solve(Field<Type>& sourceSol) const
|
||||
{
|
||||
OPstream::write
|
||||
(
|
||||
Pstream::blocking,
|
||||
Pstream::scheduled,
|
||||
slave,
|
||||
reinterpret_cast<const char*>
|
||||
(
|
||||
@ -106,7 +106,7 @@ void Foam::LUscalarMatrix::solve(Field<Type>& sourceSol) const
|
||||
{
|
||||
IPstream::read
|
||||
(
|
||||
Pstream::blocking,
|
||||
Pstream::scheduled,
|
||||
Pstream::masterNo(),
|
||||
reinterpret_cast<char*>(sourceSol.begin()),
|
||||
sourceSol.byteSize()
|
||||
|
||||
Reference in New Issue
Block a user