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
7819ab50
Commit
7819ab50
authored
Nov 12, 2010
by
mattijs
Browse files
ENH: argList : expand roots for distributed running
parent
f53538b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/global/argList/argList.C
View file @
7819ab50
...
...
@@ -567,6 +567,10 @@ Foam::argList::argList
{
fileNameList
roots
;
decompDict
.
lookup
(
"roots"
)
>>
roots
;
forAll
(
roots
,
i
)
{
roots
[
i
]
=
roots
[
i
].
expand
();
}
if
(
roots
.
size
()
!=
Pstream
::
nProcs
()
-
1
)
{
...
...
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