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

All command line arguments swallowed by hpx #562

Closed
stevenrbrandt opened this issue Oct 4, 2012 · 0 comments
Closed

All command line arguments swallowed by hpx #562

stevenrbrandt opened this issue Oct 4, 2012 · 0 comments
Assignees
Milestone

Comments

@stevenrbrandt
Copy link
Member

Hpx swallows ALL command line arguments, leaving nothing for hpx_main(int,char**). Anything without a --hpx: on the front gets concatenated into a string with --hpx:positional in the front, and then hpx_main(void) strips away all arguments starting with --hpx:.

@ghost ghost assigned hkaiser Oct 4, 2012
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

2 participants