From 076f20c372d9b17d98defe05f58a7fd426584db9 Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Fri, 25 Nov 2016 12:57:50 +0100
Subject: [PATCH] Remove --sumfact-alignment option

---
 python/dune/perftool/options.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/dune/perftool/options.py b/python/dune/perftool/options.py
index 75d87994..16d45c59 100644
--- a/python/dune/perftool/options.py
+++ b/python/dune/perftool/options.py
@@ -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
-- 
GitLab