openfoam/tutorials/IO/fileHandler
Mark Olesen 06147dabe7 ENH: more flexible handling of FOAM_IORANKS
- accept plain lists (space or comma separated) as well as the
  traditional OpenFOAM lists. This simplifies argument handling
  with job scripts.

  For example,
     simpleFoam -ioRanks 0,4,8 ...
  vs
     simpleFoam -ioRanks '(0 4 8)'  ...

  It is also possible to select the IO ranks on a per-host basis:

     simpleFoam -ioRanks host  ...

- expose rank/subrank handling as static fileOperation methods
2023-05-22 17:59:30 +02:00
..
0.orig RELEASE: Updated headers to v2212 2022-12-21 16:16:18 +00:00
constant RELEASE: Updated headers to v2212 2022-12-21 16:16:18 +00:00
system RELEASE: Updated headers to v2212 2022-12-21 16:16:18 +00:00
Allclean TUT: simple test for redistributePar with distributed roots 2022-06-23 18:26:25 +02:00
Allrun ENH: more flexible handling of FOAM_IORANKS 2023-05-22 17:59:30 +02:00
Test-distributed BUG: distributed roots cause redistributePar failure (fixes #2523) 2022-06-24 13:18:41 +02:00