mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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
This commit is contained in:
3
applications/test/fileHandler-ranks1/Make/files
Normal file
3
applications/test/fileHandler-ranks1/Make/files
Normal file
@ -0,0 +1,3 @@
|
||||
Test-fileHandler-ranks1.C
|
||||
|
||||
EXE = $(FOAM_USER_APPBIN)/Test-fileHandler-ranks1
|
||||
2
applications/test/fileHandler-ranks1/Make/options
Normal file
2
applications/test/fileHandler-ranks1/Make/options
Normal file
@ -0,0 +1,2 @@
|
||||
/* EXE_INC = */
|
||||
/* EXE_LIBS = */
|
||||
Reference in New Issue
Block a user