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
..
change-sitedir.sh CONFIG: fixes for MacOS (#2555) 2022-08-19 12:52:11 +02:00
change-userdir.sh CONFIG: fixes for MacOS (#2555) 2022-08-19 12:52:11 +02:00
CleanFunctions ENH: CleanFunctions refinements 2022-06-09 15:34:17 +02:00
create-mpi-config CONFIG: improve handling of debian multi-arch 2022-12-19 11:13:53 +01:00
createMingwRuntime COMP: non-group-local communicator for MS-MPI (mingw) 2021-12-16 14:44:28 +01:00
doxyFilter REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter-ignore.awk REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter-table.awk functionObjects: Moved functionObjects namespace documentation into functionObject.H 2016-05-04 13:56:36 +01:00
doxyFilter-top.awk REL: Release preparations 2019-12-23 09:49:23 +00:00
doxyFilter.awk GIT: Header file updates 2019-10-31 14:48:44 +00:00
doxyFilter.sed STYLE: improve formatting of doxygen filter output 2017-11-10 14:53:18 +01:00
findEmptyMake REL: Release preparations 2019-12-23 09:49:23 +00:00
foamConfigurePaths CONFIG: improve flexibility of MPI specification 2021-10-29 17:04:51 +02:00
foamCreateCompletionCache CONFIG: update completion cache (csh) 2022-12-13 19:49:36 +01:00
foamCreateManpage STYLE: remove unnecessary stdout, stderr /dev/null redirects 2019-11-06 10:44:36 +01:00
foamCreateModuleInclude CONFIG: accept '-lib' for foamCleanPath 2021-10-18 14:58:17 +02:00
foamExec ENH: improve foamConfigurePaths, remove some antiquated tools 2020-04-08 11:38:18 +02:00
foamGrepExeTargets GIT: Header file updates 2019-10-31 14:48:44 +00:00
foamLog.db STYLE: adjust AMI information (issue #860) 2018-06-13 15:26:59 +02:00
foamPackRelease BUG: foamPackRelease detects wrong build information 2021-11-04 19:56:01 +01:00
foamUpdateCaseFileHeader STYLE: align foamUpdateCaseFileHeader with Foam::IOobject::writeBanner() 2019-11-18 12:37:01 +01:00
git-find-non-ascii ENH: bin/tools/git-find-non-ascii: find non-ASCII chars in source code 2020-09-03 12:04:04 +02:00
git-find-trailingspace ENH: bin/tools/git-find-non-ascii: find non-ASCII chars in source code 2020-09-03 12:04:04 +02:00
help-filter CONFIG: update completion cache (csh) 2022-12-13 19:49:36 +01:00
install-dirs ENH: installation helpers 2020-11-25 21:31:22 +01:00
install-platform ENH: installation helpers 2020-11-25 21:31:22 +01:00
lib-dir GIT: relocate rawIOField to src/OpenFOAM (closer to IOField classes) 2022-07-13 19:23:27 +02:00
LogFunctions ENH: tutorials/Alltest -backup option 2022-11-19 13:44:01 +01:00
MakefileDirs REL: Release preparations 2019-12-23 09:49:23 +00:00
openfoam.in CONFIG: inline _foamEval within <etc/config.sh/setup> 2021-06-18 17:14:22 +02:00
pre-commit-hook REL: Release preparations 2019-12-23 09:49:23 +00:00
pre-receive-hook REL: Release preparations 2019-12-23 09:49:23 +00:00
query-detect ENH: handle wmake -debug option via FOAM_EXTRA_CXX_FLAGS 2020-11-04 15:17:28 +01:00
query-versions CONFIG: support compiler query in bin/tools/query-versions 2020-04-16 00:47:05 +02:00
README STYLE: allow '=' option separators in some bin/tools scripts 2019-06-26 11:27:53 +02:00
RunFunctions CONFIG: accept -decompose-dict=xyz for Run functions and mpirunDebug 2023-03-02 20:50:52 +01:00
source-bashrc CONFIG: adjust paraview libs, intelmpi handling 2021-12-07 15:22:32 +01:00
update-mpi-links.in ENH: installation helpers 2020-11-25 21:31:22 +01:00
vscode-settings ENH: add hook for bear frontend to create json output (#1936) 2020-11-26 12:54:46 +01:00

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