24 LOGGING | on/[off] | enable/disable logging of field input/output
25 LOWER_CASE_VARIABLE_NAMES | [on]/off | Convert all variable names on database to lowercase; replace ' ' with '_'
26 USE_GENERIC_CANONICAL_NAMES | on/[off] | use `block_{id}` as canonical name of an element block instead of the name (if any) stored on the database. The database name will be an alias.
27 MINIMIZE_OPEN_FILES | on/[off] | If on, then close file after each timestep and then reopen on next output
33MODEL_DECOMPOSITION_METHOD | {method} | Decompose a DB with type `MODEL` using `method`
34RESTART_DECOMPOSITION_METHOD | {method} | Decompose a DB with type `RESTART_IN` using `method`
35DECOMPOSITION_METHOD | {method} | Decompose all input DB using `method`
36PARALLEL_CONSISTENCY | [on]/off | On if the client will call Ioss functions consistently on all processors. If off, then the auto-decomp and auto-join cannot be used.
37RETAIN_FREE_NODES | [on]/off | In auto-decomp, will nodes not connected to any elements be retained.
38LOAD_BALANCE_THRESHOLD | {real} [1.4] | CGNS-Structured only -- Load imbalance permitted Load on Proc / Avg Load
39
40### Valid values for Decomposition Method
41
42Method | Description
43:---------:|-------------------
44rcb | recursive coordinate bisection
45rib | recursive inertial bisection
46hsfc | hilbert space-filling curve
47metis_sfc | metis space-filling-curve
48kway | metis kway graph-based
49kway_geom | metis kway graph-based method with geometry speedup
50linear | elements in order first n/p to proc 0, next to proc 1.
51cyclic | elements handed out to id % proc_count
52random | elements assigned randomly to processors in a way that preserves balance (do not use for a real run)
53external | Files are decomposed externally into a file-per-processor in a parallel run.
54
55## Output File Composition -- Single File output from parallel run instead of file-per-processor
56
57 Property | Value
58-----------------|:------:
59COMPOSE_RESTART | on/[off]
60COMPOSE_RESULTS | on/[off]
61PARALLEL_IO_MODE | mpiio, pnetcdf
62
63## Properties Related to byte size of reals and integers