Closed van-smith closed 13 years ago
If you enter the syntax to trigger multiple iterations of an official run, the harness produces an error message, however if a space ' ' is placed between -official and ( -official (2) the run launches but triggers the error message in bug #104.
"-official" is a valid syntax. The harness interprets it as a correct command. It will then later ignore the (2) command, citing it as an error.
All commandline parsing should occur immediately and the benchmark should report the errors at once and abort.
The current state of this issue is acceptable for 10.31.2011 deliverables.
Launching an Official Run from the command line interface using the following syntax only performs one iteration:
opbm.jar -official(4)
Solution: either reject the syntax above as invalid or implement iterations for Official Runs (the Result Viewer will need to be suppressed until the last iteration).