Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallel-Affinity keyword in ddfacet parameters is duplicated. #777

Open
KshitijT opened this issue Apr 12, 2023 · 0 comments
Open

Parallel-Affinity keyword in ddfacet parameters is duplicated. #777

KshitijT opened this issue Apr 12, 2023 · 0 comments

Comments

@KshitijT
Copy link
Collaborator

The parameters file for the ddfacet cab has

`

        "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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant