openfoam/applications/utilities/miscellaneous
Mark Olesen 5a121119e6 ENH: add -verbose support into argList
- similar to -dry-run handling, can be interrogated from argList,
  which makes it simpler to add into utilities.

- support multiple uses of -dry-run and -verbose to increase the
  level. For example, could have

    someApplication -verbose -verbose

 and inside of the application:

    if (args.verbose() > 2) ...

BUG: error with empty distributed roots specification (fixes #2196)

- previously used the size of distributed roots to transmit if the
  case was running in distributed mode, but this behaves rather poorly
  with bad input. Specifically, the following questionable setup:

      distributed true;
      roots ( /*none*/ );

  Now transmit the ParRunControl distributed() value instead,
  and also emit a gentle warning for the user:

      WARNING: running distributed but did not specify roots!
2021-11-09 15:44:54 +01:00
..
foamDictionary ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
foamFormatConvert ENH: provide setter methods for IOobject read/write options etc. 2021-03-17 15:10:00 +01:00
foamHasLibrary ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
foamHelp ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00
foamListRegions ENH: no implicit loading of controlDict libs for foamListRegions (#1713) 2020-05-23 15:53:17 +02:00
foamListTimes ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
foamRestoreFields ENH: add -verbose support into argList 2021-11-09 15:44:54 +01:00
OSspecific CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
patchSummary GIT: Header file updates 2019-10-31 14:48:44 +00:00