From 5bcf95a66f601fab224a2885297d5c3d3a38ef6c Mon Sep 17 00:00:00 2001 From: "Kurt A. O'Hearn" <ohearnku@msu.edu> Date: Mon, 28 Jan 2019 10:58:57 -0800 Subject: [PATCH] PuReMD-old: add missing header in summary file for tools/run_sim.py. --- tools/run_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_sim.py b/tools/run_sim.py index d77771ab..1465b8f5 100644 --- a/tools/run_sim.py +++ b/tools/run_sim.py @@ -1014,7 +1014,7 @@ if __name__ == '__main__': 'Pre_App', 'Iters', 'SpMV', 'CM', 'Thd', 'Time (s)'] body_fmt_str = '{:15} {:5} {:5} {:5} {:5} {:5} {:5} {:5} {:5} {:5} {:5} {:5} {:10.3f} {:10.3f} {:10.3f} {:10.3f} {:10.3f} {:3} {:10.3f}\n' elif args.run_type[0] == 'mpi': - header_fmt_str = '{:15} {:5} {:5} {:5} {:5} {:5} {:5} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10}\n' + header_fmt_str = '{:15} {:5} {:5} {:5} {:5} {:5} {:5} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10} {:10}\n' header_str = ['Data_Set', 'Proc', 'Steps', 'PreCT', 'Q_Tol', 'Ren', 'PCSAI', 'total_time', 'step_time', 'comm', 'neighbors', 'init', 'init_dist', 'init_cm', 'init_bond', 'bonded', 'nonbonded', 'cm', 'cm_sort', -- GitLab