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

Command line description of --hpx:queuing seems wrong #967

Closed
eschnett opened this issue Oct 17, 2013 · 0 comments
Closed

Command line description of --hpx:queuing seems wrong #967

eschnett opened this issue Oct 17, 2013 · 0 comments
Assignees
Labels
category: documentation difficulty: easy Good issues for starting out with HPX development type: defect
Milestone

Comments

@eschnett
Copy link
Contributor

I see this text:

  --hpx:queuing arg               the queue scheduling policy to use, options 
                                  are 'global/g', 'local/l', 
                                  'priority_local/pr', 'abp/a', 'priority_abp',
                                  'hierarchy/h', static/s and 'periodic/pe' 
                                  (default: priority_local/p)

(1) It does not seem possible to set the default value ("priority_local/p"), only ("priority_local/pr") is allowed. This may be a typo.

(2) Other options also speak of values for queuing options, but these values never have a slash in them (e.g. "--hpx:queuing=hierarchy"). If the slash is to denote an abbreviation, then it should not be inside a quoted string -- this runs counter to what quoting means. Also, the default value then doesn't need to list the "/p".

@ghost ghost assigned hkaiser Oct 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: documentation difficulty: easy Good issues for starting out with HPX development type: defect
Projects
None yet
Development

No branches or pull requests

2 participants