This commit is contained in:
Artur Meski
2018-01-03 22:11:51 +00:00
parent dca5f84b63
commit 3edc3feb8b
2 changed files with 95 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ def main():
help="turn verbosity on", action="store_true")
parser.add_argument("-o", "--optimise",
help="minimise the parametric computation result", action="store_true")
parser.add_argument("-n", "--scaling-parameter",
help="scaling parameter value (used in some benchmarks)")
args = parser.parse_args()