Adding New Parameters to the Configuration File
Utilize input file to specify parameters which are often changed or are interesting for research purposes. Parameters which are not often changed should not be specified in input file.
Use Glomo_Read{Int|Double|String|Time}() routines to retrieve parameters. Example:
- Glomo_ReadInt(<Node Address>, <input file DS>, <Parameter String Name>, <output int>)
Configuration file can have “NODE-ADDRESS[n]” or “NODE-ADDRESS[s:e]” (range) clause for per node parameter values.