Skip to content
Snippets Groups Projects
Commit 7819ab50 authored by mattijs's avatar mattijs
Browse files

ENH: argList : expand roots for distributed running

parent f53538b8
No related merge requests found
...@@ -567,6 +567,10 @@ Foam::argList::argList ...@@ -567,6 +567,10 @@ Foam::argList::argList
{ {
fileNameList roots; fileNameList roots;
decompDict.lookup("roots") >> roots; decompDict.lookup("roots") >> roots;
forAll(roots, i)
{
roots[i] = roots[i].expand();
}
if (roots.size() != Pstream::nProcs()-1) if (roots.size() != Pstream::nProcs()-1)
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment