diff options
author | 2019-09-13 11:13:26 -0700 | |
---|---|---|
committer | 2019-09-13 11:13:26 -0700 | |
commit | 7b0722b8bbc6880b4183887ced94738762904957 (patch) | |
tree | 5c7a1b817b17563ba28d2ff6ab856560725580ef /Tools/performance_tests/functions_perftest.py | |
parent | 80a22a69820d24a712d7ceed8928c4f368bd782b (diff) | |
parent | e6eadd3da2ec11003767140cbee2d6491341dba7 (diff) | |
download | WarpX-7b0722b8bbc6880b4183887ced94738762904957.tar.gz WarpX-7b0722b8bbc6880b4183887ced94738762904957.tar.zst WarpX-7b0722b8bbc6880b4183887ced94738762904957.zip |
Merge pull request #347 from ax3l/fix-eolCheck
Re-Activate EOL whitespace Check
Diffstat (limited to 'Tools/performance_tests/functions_perftest.py')
-rw-r--r-- | Tools/performance_tests/functions_perftest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/performance_tests/functions_perftest.py b/Tools/performance_tests/functions_perftest.py index 67622317a..8bc1000d7 100644 --- a/Tools/performance_tests/functions_perftest.py +++ b/Tools/performance_tests/functions_perftest.py @@ -7,7 +7,7 @@ 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, + def __init__(self, input_file=None, n_node=None, n_mpi_per_node=None, n_omp=None, n_cell=None, n_step=None, max_grid_size=None, blocking_factor=None): self.input_file = input_file @@ -103,7 +103,7 @@ def run_batch_nnode(test_list, res_dir, bin_name, config_command, batch_string, bin_dir = cwd + 'Bin/' shutil.copy(bin_dir + bin_name, res_dir) os.chdir(res_dir) - + for count, current_test in enumerate(test_list): shutil.copy(cwd + current_test.input_file, res_dir) batch_file = 'batch_script.sh' |