Skip to content
Snippets Groups Projects
Commit b41dda5c authored by Arthur Coolen's avatar Arthur Coolen
Browse files

BugID: 756

Further small changes to names according to nameConvention
parent 1f95f32d
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ node BGLProc 1.0.0 development 'node constraint' "Blue Gene Processing" ...@@ -10,7 +10,7 @@ node BGLProc 1.0.0 development 'node constraint' "Blue Gene Processing"
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
par maxConcurrentComm I int - 10 0 2 - "max number of nodes that share the same ethernet device" par maxConcurrentComm I int - 10 0 2 - "max number of nodes that share the same ethernet device"
par nodesPerPset I pint - 10 0 "8|16;8" - "number of BGL nodes in one Pset" par nodesPerPset I pint - 10 0 "8|16;8" - "number of BGL nodes in one Pset"
par nrPFFTaps I int - 10 0 16 - "number of elements in the polyphasefilter" par nrPPFTaps I int - 10 0 16 - "number of elements in the polyphasefilter"
par psetsPerCell I pint - 10 0 "1|2;1" - "number of Pset per Cell" par psetsPerCell I pint - 10 0 "1|2;1" - "number of Pset per Cell"
...@@ -40,7 +40,7 @@ node DelayComp 1.0.0 development 'node constraint' "Setting of the delayco ...@@ -40,7 +40,7 @@ node DelayComp 1.0.0 development 'node constraint' "Setting of the delayco
# name dir. type unit prun. vm value constr. descr. # name dir. type unit prun. vm value constr. descr.
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
par converterType I ptext - 10 0 'IMPL|Client;IMPL' - 'Depends on whether of not AIPS++ is installed' par converterType I ptext - 10 0 'IMPL|Client;IMPL' - 'Depends on whether of not AIPS++ is installed'
par hostname I text - 10 0 'list012' - 'Machine the Delay Compensation-program runs on' par hostName I text - 10 0 'list012' - 'Machine the Delay Compensation-program runs on'
par ports I vint - 10 0 '[7200..7220]' - 'The ports the Delay Compansation-program listens on' par ports I vint - 10 0 '[7200..7220]' - 'The ports the Delay Compansation-program listens on'
par positionType I text - 10 0 'ITRF' - '???' par positionType I text - 10 0 'ITRF' - '???'
...@@ -52,12 +52,11 @@ node OLAP 1.0.0 development 'node constraint' "OLAP" ...@@ -52,12 +52,11 @@ node OLAP 1.0.0 development 'node constraint' "OLAP"
# name dir. type unit prun. vm value constr. descr. # name dir. type unit prun. vm value constr. descr.
#-------------------------------------------------------------------------------------------------------- #--------------------------------------------------------------------------------------------------------
par delayCompensation I pbool - 10 0 'true|false;true' - '???' par delayCompensation I bool - 10 0 true - '???'
par IPHeaderSize I int - 10 0 32 - '???' par IPHeaderSize I int - 10 0 32 - '???'
par EPAHeaderSize I int - 10 0 16 - '???' par EPAHeaderSize I int - 10 0 16 - '???'
par firstInputPortnr I int - 10 0 4346 - 'Portnumber the first RSPboard uses' par firstInputPortNr I int - 10 0 4346 - 'Portnumber the first RSPboard uses'
par nrBitsPerSample I int - 10 0 16 - '???' par nrBitsPerSample I int - 10 0 16 - '???'
par nrRSPboards I int - 10 0 16 - '???'
par nrSecondsOfBuffer I int - 10 0 40 - '???' par nrSecondsOfBuffer I int - 10 0 40 - '???'
par nrSubbandsPerFrame I int - 10 0 32 - '???' par nrSubbandsPerFrame I int - 10 0 32 - '???'
par nrTimesInFrame I int - 10 0 16 - '???' par nrTimesInFrame I int - 10 0 16 - '???'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment