Skip to content
Snippets Groups Projects
Commit 1507178a authored by Henry Weller's avatar Henry Weller
Browse files

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

parent 7ec6f28c
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,8 @@ ...@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment