RunFunctions::getNumberOfProcessors: Added support for files included in decomposeParDict
This commit is contained in:
parent
7ec6f28c49
commit
1507178a1b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user