Skip to content
Snippets Groups Projects
Commit 076f20c3 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Remove --sumfact-alignment option

parent 2bd527ba
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ def get_form_compiler_arguments():
parser.add_argument("--project-basedir", type=str, help="The base (build) directory of the dune-perftool project")
# TODO at some point this help description should be updated
parser.add_argument("--sumfact", action="store_true", help="Use sumfactorization")
parser.add_argument("--sumfact-alignment", type=int, help="Alignment used in sumfactorization", default=64)
parser.add_argument("--vectorize", action="store_true", help="whether to generate code with explicit vectorization")
# Modify the positional argument to not be a list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment