... | ... | @@ -2,7 +2,7 @@ The `cdsParameters` block is required at the top level of every model. It config |
|
|
|
|
|
This page documents each parameter and its use, for documentation on common sets of parameters for specific configurations check out [this](https://git.ligo.org/cds/software/advligorts/-/blob/master/src/fe/README.md) page.
|
|
|
|
|
|
# Required Fields
|
|
|
# Required Fields in all Models
|
|
|
- `host= `
|
|
|
- The hostname of the front end you are going to run this model on.
|
|
|
- This is your CyMAC's hostname in a CyMAC setup
|
... | ... | @@ -35,6 +35,8 @@ This page documents each parameter and its use, for documentation on common sets |
|
|
- `specific_cpu= `
|
|
|
- This is a 0 indexed number that identifies the CPU core the model will be run on
|
|
|
- Starting in RCG 5.1.2, this parameter is deprecated and no longer needed. The rts-cpu-isolator automatically selects a free core when the model is started.
|
|
|
|
|
|
## Required in IOPs
|
|
|
- `iop_model= `
|
|
|
- IOP models must define to be built as and [IOP model](https://git.ligo.org/cds/software/advligorts/-/wikis/Model-Class-Types#input-output-processor-iop-models) by the RCG.
|
|
|
- One model per front end will be an IOP model.
|
... | ... | |