aboutsummaryrefslogtreecommitdiff
path: root/Tools/PerformanceTests/functions_perftest.py
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2020-07-16 18:19:28 +0200
committerGravatar GitHub <noreply@github.com> 2020-07-16 09:19:28 -0700
commitb3267b642e78508cf18641318073417dc09996ac (patch)
tree4ed3bdbcfb9d6f4f9b1d4a85d9a719eca0df049c /Tools/PerformanceTests/functions_perftest.py
parent64afe18b0ce353228c34e6f747a54bde29cda4f6 (diff)
downloadWarpX-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/functions_perftest.py')
-rw-r--r--Tools/PerformanceTests/functions_perftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/PerformanceTests/functions_perftest.py b/Tools/PerformanceTests/functions_perftest.py
index bf4809bd3..9a94c97b5 100644
--- a/Tools/PerformanceTests/functions_perftest.py
+++ b/Tools/PerformanceTests/functions_perftest.py
@@ -64,7 +64,7 @@ def run_batch(run_name, res_dir, bin_name, config_command, architecture='knl',\
shutil.rmtree(res_dir)
os.makedirs(res_dir)
# Copy files to res_dir
- cwd = os.environ['WARPX'] + '/Tools/performance_tests/'
+ cwd = os.environ['WARPX'] + '/Tools/PerformanceTests/'
bin_dir = cwd + 'Bin/'
shutil.copy(bin_dir + bin_name, res_dir)
shutil.copyfile(cwd + run_name, res_dir + 'inputs')