Files
openfoam/bin/tools
Mark Olesen 4284d02c99 CONFIG: accept -decompose-dict=xyz for Run functions and mpirunDebug
- interpret as '-decomposeParDict xyz' for simpler scripting:
  A empty value ("") as well as "none" or "false" values are ignored.

  Eg,
      unset decompDict
      if some_condition; then decompDict=decomposeParDict-12; fi

      runParallel -decompose-dict=$decompDict ...

ENH: more generous when scanning decomposeParDict for numberOfSubdomains

- assume file is in system/ directory if not otherwise found
2023-03-02 20:50:52 +01:00
..
2022-06-09 15:34:17 +02:00
2019-12-23 09:49:23 +00:00
2019-12-23 09:49:23 +00:00
2019-10-31 14:48:44 +00:00
2019-12-23 09:49:23 +00:00
2019-10-31 14:48:44 +00:00
2020-11-25 21:31:22 +01:00
2020-11-25 21:31:22 +01:00
2019-12-23 09:49:23 +00:00
2019-12-23 09:49:23 +00:00
2019-12-23 09:49:23 +00:00
2020-11-25 21:31:22 +01:00

Miscellaneous tools, scripts, templates that are useful
(eg, for building applications) but don't need to be in the PATH.