hiop icon indicating copy to clipboard operation
hiop copied to clipboard

Use consistent command line interface for HiOp examples

Open pelesh opened this issue 2 years ago • 0 comments

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.

pelesh avatar May 23 '22 19:05 pelesh