mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: argList : expand roots for distributed running
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user