Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
04d9ec23
Commit
04d9ec23
authored
Mar 30, 2010
by
mattijs
Browse files
ENH: Use scheduled transfer for one to many comms
parent
553b439f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/matrices/LUscalarMatrix/LUscalarMatrixTemplates.C
View file @
04d9ec23
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment