RunFunctions::getNumberOfProcessors: Added support for files included in decomposeParDict

This commit is contained in:
Henry Weller 2016-02-08 10:51:49 +00:00
parent 7ec6f28c49
commit 1507178a1b

View File

@ -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()