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-plus
Commits
45b0aed8
Commit
45b0aed8
authored
Jun 19, 2019
by
mattijs
Browse files
ENH: scotch: make repeatable. Fixes
#1274
.
parent
236d5f8a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/parallel/decompose/ptscotchDecomp/ptscotchDecomp.C
View file @
45b0aed8
...
...
@@ -549,6 +549,10 @@ Foam::label Foam::ptscotchDecomp::decompose
}
}
// Make repeatable
SCOTCH_randomReset
();
// Strategy
// ~~~~~~~~
...
...
src/parallel/decompose/scotchDecomp/scotchDecomp.C
View file @
45b0aed8
...
...
@@ -236,6 +236,9 @@ Foam::label Foam::scotchDecomp::decomposeSerial
}
}
// Make repeatable
SCOTCH_randomReset
();
// Strategy
// ~~~~~~~~
...
...
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