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

Add possibility to read command line arguments from file #91

Closed
brycelelbach opened this issue Jul 10, 2012 · 1 comment
Closed

Add possibility to read command line arguments from file #91

brycelelbach opened this issue Jul 10, 2012 · 1 comment

Comments

@brycelelbach
Copy link
Member

[reported by hkaiser] [Trac time Wed Aug 17 12:53:05 2011] Adding the possibility to specify a file on the command line to any HPX application greatly simplifies launching those on clusters. Two things need to be implemented:

  • any @file command line argument will have to read the content of file and insert each line as an argument onto the command line
  • have any HPX application look for app.cfg starting from the current working directory upwards (where app is the basename of the application (either argv[0] or as specified to hpx::init). This file will be treated as if it was specified as the first argument: @app.cfg.
@brycelelbach
Copy link
Member Author

[comment by hkaiser] [Trac time Wed Aug 17 16:58:33 2011] Resolved in rev. [5325]

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