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

Non-option arguments to programs run using pbsdsh must be before --hpx:nodes, contrary to directions #716

Closed
jewillco opened this issue Feb 14, 2013 · 2 comments

Comments

@jewillco
Copy link

On http://stellar.cct.lsu.edu/files/hpx_0.9.5/html/hpx/tutorial/getting_started/unix_pbs.html, it states that the program's command line arguments should be placed after --hpx:nodes=.... If the program takes non-option arguments, however, they are treated as host names if passed in using that syntax. The correct solution is to have --hpx:nodes as the very last command line argument to the executable; it might be worth changing the directions to reflect that.

@ghost ghost assigned hkaiser Feb 14, 2013
@hkaiser
Copy link
Member

hkaiser commented Feb 14, 2013

Jeremiah - excellent catch! I'll add some note to that effect to the docs.

hkaiser added a commit that referenced this issue Feb 14, 2013
…icitly mark the end of the list of nodes following the --hpx:nodes option. This is in addition to the documentation change addressing #716: Non-option arguments to programs run using `pbsdsh` must be before `--hpx:nodes`, contrary to directions
@hkaiser
Copy link
Member

hkaiser commented Feb 15, 2013

I updated the docs (WIP) here: http://stellar.cct.lsu.edu/files/hpx_master/docs/html/index.html, reflecting my changes.

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

No branches or pull requests

2 participants