RunFunctions::getNumberOfProcessors: Added support for files included in decomposeParDict
This commit is contained in:
parent
cfb48464b5
commit
5c24ee4091
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@
|
||||||
|
|
||||||
getNumberOfProcessors()
|
getNumberOfProcessors()
|
||||||
{
|
{
|
||||||
sed -ne 's/^numberOfSubdomains\s*\(.*\);/\1/p' system/decomposeParDict
|
expandDictionary system/decomposeParDict \
|
||||||
|
| sed -ne 's/^numberOfSubdomains\s*\(.*\);/\1/p'
|
||||||
}
|
}
|
||||||
|
|
||||||
getApplication()
|
getApplication()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue