Skip to content
New issue

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

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

Already on GitHub? # to your account

Use consistent command line interface for HiOp examples #481

Open
pelesh opened this issue May 23, 2022 · 0 comments
Open

Use consistent command line interface for HiOp examples #481

pelesh opened this issue May 23, 2022 · 0 comments

Comments

@pelesh
Copy link
Collaborator

pelesh commented May 23, 2022

Currently HiOp is using custom built functions for processing command line input for each example application. A few possible improvements could be:

  • Avoiding fall through switch statements for input processing.
  • Allowing for arbitrary order of input arguments.
  • Having consistent command line interface for all HiOp examples.

Consider using utilities such as getopt or getopt_long.

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

No branches or pull requests

1 participant