diff options
Diffstat (limited to 'Tools/PerformanceTests/run_automated.py')
-rw-r--r-- | Tools/PerformanceTests/run_automated.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/PerformanceTests/run_automated.py b/Tools/PerformanceTests/run_automated.py index 323d69911..e8fa512ec 100644 --- a/Tools/PerformanceTests/run_automated.py +++ b/Tools/PerformanceTests/run_automated.py @@ -146,7 +146,7 @@ compiler_name = {'intel': 'intel', 'gnu': 'gcc', 'pgi':'pgi'} module_Cname = {'cpu': 'haswell', 'knl': 'knl,quad,cache', 'gpu':''} csv_file = {'cori':'cori_knl.csv', 'summit':'summit.csv'} # cwd = os.getcwd() + '/' -cwd = warpx_dir + 'Tools/performance_tests/' +cwd = warpx_dir + 'Tools/PerformanceTests/' path_hdf5 = cwd if args.automated: |