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 cfb48464b5
commit 5c24ee4091

View file

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