diff options
author | 2020-07-16 18:19:28 +0200 | |
---|---|---|
committer | 2020-07-16 09:19:28 -0700 | |
commit | b3267b642e78508cf18641318073417dc09996ac (patch) | |
tree | 4ed3bdbcfb9d6f4f9b1d4a85d9a719eca0df049c /Tools/PerformanceTests/run_automated.py | |
parent | 64afe18b0ce353228c34e6f747a54bde29cda4f6 (diff) | |
download | WarpX-b3267b642e78508cf18641318073417dc09996ac.tar.gz WarpX-b3267b642e78508cf18641318073417dc09996ac.tar.zst WarpX-b3267b642e78508cf18641318073417dc09996ac.zip |
fix automated performance tests on Summit (#1160)
* update IO syntax for performance CI
* update performance tests dir
* minor fixes in the IO perf test
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: |