You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"info": "Sets affinity of the subprocesses / threads. -1/1/2 determines stepping used in selecting cores. Alternatively specifies a list of length NCPU. Alternatively 'disable' to disable affinity settings Alternatively 'enable_ht' uses stepping of 1 (equivalent to Parallel.Affinity=1), will use all vthreads - the obvious exception is if HT is disabled at BIOS level. Alternatively 'disable_ht' autodetects the NUMA layout of the chip for Debian-based systems and don't use both vthreads per core. Use 1 if unsure.",
"default": "1",
"required": false,
"name": "Parallel-Affinity",
"dtype": "str"
"info": "Pins parent process to specified core. This should be set to a vcore that is not used by forked processes, this option is ignored when using option 'disable' or 'disable_ht' for Parallel-Affinity.",
"default": "0",
"required": false,
"name": "Parallel-Affinity",
"dtype": "str"
`
Is there a reason why there are two parameters by the same name? Which one of these is the correct one to use?
The text was updated successfully, but these errors were encountered:
The parameters file for the ddfacet cab has
`
`
Is there a reason why there are two parameters by the same name? Which one of these is the correct one to use?
The text was updated successfully, but these errors were encountered: