mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: avoid spurious library loading for decomposePar, redistributePar
- individual processor Time databases are purely for internal logistics and should not be introducing any new library symbols: these will already have been loaded in the outer loop.
This commit is contained in:
@ -1245,7 +1245,8 @@ int main(int argc, char *argv[])
|
||||
runTime.globalCaseName(),
|
||||
runTime.system(),
|
||||
runTime.constant(),
|
||||
false // enableFunctionObjects
|
||||
false, // No function objects
|
||||
false // No extra controlDict libs
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user