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
Branches
Tags
No related merge requests found
......@@ -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)
{
......
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