diff --git a/bin/tools/RunFunctions b/bin/tools/RunFunctions index 8465acbe0..b9240bb1a 100644 --- a/bin/tools/RunFunctions +++ b/bin/tools/RunFunctions @@ -30,7 +30,8 @@ getNumberOfProcessors() { - sed -ne 's/^numberOfSubdomains\s*\(.*\);/\1/p' system/decomposeParDict + expandDictionary system/decomposeParDict \ + | sed -ne 's/^numberOfSubdomains\s*\(.*\);/\1/p' } getApplication()