diff options
Diffstat (limited to 'Tools/performance_tests/functions_perftest.py')
-rw-r--r-- | Tools/performance_tests/functions_perftest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/performance_tests/functions_perftest.py b/Tools/performance_tests/functions_perftest.py index d002ec70d..ed6bc1969 100644 --- a/Tools/performance_tests/functions_perftest.py +++ b/Tools/performance_tests/functions_perftest.py @@ -8,7 +8,8 @@ import git # Each instance of this class contains information for a single test. class test_element(): def __init__(self, input_file=None, n_node=None, n_mpi_per_node=None, - n_omp=None, n_cell=None, n_step=None): + n_omp=None, n_cell=None, n_step=None, max_grid_size=None, + blocking_factor=None): self.input_file = input_file self.n_node = n_node self.n_mpi_per_node = n_mpi_per_node |