From 118e451899619118d44acf36455aff9194f0515c Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Wed, 5 Oct 2022 15:58:14 +0200 Subject: [PATCH] Fix config titles --- cfg/cpu/nodes/subsystem.cfg | 6 +-- cfg/cpu/openmp/mode.cfg | 6 +-- cfg/cpu/tampi/mode.cfg | 6 +-- cfg/thread/nanos6/task-type.cfg | 2 +- cfg/thread/nodes/subsystem.cfg | 6 +-- .../nosv/task-appid.cfg} | 23 ++++------ cfg/thread/nosv/task-id.cfg | 43 +++++++++++++++++++ cfg/thread/nosv/task-type.cfg | 42 ++++++++++++++++++ cfg/thread/openmp/mode.cfg | 6 +-- cfg/thread/ovni/pid.cfg | 42 ++++++++++++++++++ cfg/thread/tampi/mode.cfg | 6 +-- 11 files changed, 155 insertions(+), 33 deletions(-) rename cfg/{cpu/nosv/task-id2.cfg => thread/nosv/task-appid.cfg} (74%) create mode 100644 cfg/thread/nosv/task-id.cfg create mode 100644 cfg/thread/nosv/task-type.cfg create mode 100644 cfg/thread/ovni/pid.cfg diff --git a/cfg/cpu/nodes/subsystem.cfg b/cfg/cpu/nodes/subsystem.cfg index c469e01..a18248c 100644 --- a/cfg/cpu/nodes/subsystem.cfg +++ b/cfg/cpu/nodes/subsystem.cfg @@ -4,9 +4,9 @@ ConfigFile.NumWindows: 1 ################################################################################ -< NEW DISPLAYING WINDOW CPU: NODES subsystem > +< NEW DISPLAYING WINDOW CPU: NODES subsystem of the RUNNING thread > ################################################################################ -window_name CPU: NODES subsystem +window_name CPU: NODES subsystem of the RUNNING thread window_type single window_id 1 window_position_x 0 @@ -38,6 +38,6 @@ window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } window_filter_module evt_type 1 30 -window_filter_module evt_type_label 1 "CPU: NODES running thread subsystem" +window_filter_module evt_type_label 1 "CPU: NODES subsystem of the RUNNING thread" window_synchronize 1 diff --git a/cfg/cpu/openmp/mode.cfg b/cfg/cpu/openmp/mode.cfg index 3ebc8a2..0988743 100644 --- a/cfg/cpu/openmp/mode.cfg +++ b/cfg/cpu/openmp/mode.cfg @@ -4,9 +4,9 @@ ConfigFile.NumWindows: 1 ################################################################################ -< NEW DISPLAYING WINDOW CPU: OpenMP mode > +< NEW DISPLAYING WINDOW CPU: OpenMP mode of the RUNNING thread > ################################################################################ -window_name CPU: OpenMP mode +window_name CPU: OpenMP mode of the RUNNING thread window_type single window_id 1 window_position_x 0 @@ -38,6 +38,6 @@ window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } window_filter_module evt_type 1 25 -window_filter_module evt_type_label 1 "CPU: OpenMP running thread mode" +window_filter_module evt_type_label 1 "CPU: OpenMP mode of the RUNNING thread" window_synchronize 1 diff --git a/cfg/cpu/tampi/mode.cfg b/cfg/cpu/tampi/mode.cfg index c1e55eb..edf7614 100644 --- a/cfg/cpu/tampi/mode.cfg +++ b/cfg/cpu/tampi/mode.cfg @@ -4,9 +4,9 @@ ConfigFile.NumWindows: 1 ################################################################################ -< NEW DISPLAYING WINDOW CPU: TAMPI mode > +< NEW DISPLAYING WINDOW CPU: TAMPI mode of the RUNNING thread > ################################################################################ -window_name CPU: TAMPI mode +window_name CPU: TAMPI mode of the RUNNING thread window_type single window_id 1 window_position_x 0 @@ -38,6 +38,6 @@ window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } window_filter_module evt_type 1 20 -window_filter_module evt_type_label 1 "CPU: TAMPI running thread mode" +window_filter_module evt_type_label 1 "CPU: TAMPI mode of the RUNNING thread" window_synchronize 1 diff --git a/cfg/thread/nanos6/task-type.cfg b/cfg/thread/nanos6/task-type.cfg index f45a3f1..a8dbe96 100644 --- a/cfg/thread/nanos6/task-type.cfg +++ b/cfg/thread/nanos6/task-type.cfg @@ -6,7 +6,7 @@ ConfigFile.NumWindows: 1 ################################################################################ < NEW DISPLAYING WINDOW Thread: Nanos6 task type of the RUNNING thread > ################################################################################ -window_name Thread: Thread: Nanos6 task type of the RUNNING thread +window_name Thread: Nanos6 task type of the RUNNING thread window_type single window_id 1 window_position_x 0 diff --git a/cfg/thread/nodes/subsystem.cfg b/cfg/thread/nodes/subsystem.cfg index 7afa970..3abf7f3 100644 --- a/cfg/thread/nodes/subsystem.cfg +++ b/cfg/thread/nodes/subsystem.cfg @@ -4,9 +4,9 @@ ConfigFile.NumWindows: 1 ################################################################################ -< NEW DISPLAYING WINDOW Thread: NODES subsystem > +< NEW DISPLAYING WINDOW Thread: NODES subsystem of the RUNNING thread > ################################################################################ -window_name Thread: NODES subsystem +window_name Thread: NODES subsystem of the RUNNING thread window_type single window_id 1 window_position_x 0 @@ -38,6 +38,6 @@ window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } window_filter_module evt_type 1 30 -window_filter_module evt_type_label 1 "Thread: NODES subsystem" +window_filter_module evt_type_label 1 "Thread: NODES subsystem of the RUNNING thread" window_synchronize 1 diff --git a/cfg/cpu/nosv/task-id2.cfg b/cfg/thread/nosv/task-appid.cfg similarity index 74% rename from cfg/cpu/nosv/task-id2.cfg rename to cfg/thread/nosv/task-appid.cfg index d9e2641..aa6d9e4 100644 --- a/cfg/cpu/nosv/task-id2.cfg +++ b/cfg/thread/nosv/task-appid.cfg @@ -1,35 +1,31 @@ #ParaverCFG ConfigFile.Version: 3.4 ConfigFile.NumWindows: 1 -ConfigFile.BeginDescription -ConfigFile.EndDescription ################################################################################ -< NEW DISPLAYING WINDOW CPU: nOS-V TaskID of the RUNNING thread > +< NEW DISPLAYING WINDOW Thread: nOS-V task AppID of the RUNNING thread > ################################################################################ -window_name CPU: nOS-V TaskID of the RUNNING thread +window_name Thread: nOS-V task AppID of the RUNNING thread window_type single window_id 1 -window_position_x 1266 -window_position_y 476 +window_position_x 0 +window_position_y 0 window_width 600 window_height 150 window_comm_lines_enabled true window_flags_enabled false window_noncolor_mode true window_color_mode window_in_null_gradient_mode -window_custom_color_enabled false -window_semantic_scale_min_at_zero false window_logical_filtered true window_physical_filtered false window_comm_fromto true window_comm_tagsize true window_comm_typeval true window_units Microseconds -window_maximum_y 1157.000000000000 -window_minimum_y 1.000000000000 -window_compute_y_max false +window_maximum_y 1000.0 +window_minimum_y 1.0 +window_compute_y_max true window_level thread window_scale_relative 1.000000000000 window_end_time_relative 1.000000000000 @@ -42,7 +38,6 @@ window_pixel_size 1 window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } -window_filter_module evt_type 1 10 -window_filter_module evt_type_label 1 "nOS-V TaskID of the RUNNING thread" +window_filter_module evt_type 1 12 +window_filter_module evt_type_label 1 "Thread: nOS-V task AppID of the RUNNING thread" window_synchronize 1 - diff --git a/cfg/thread/nosv/task-id.cfg b/cfg/thread/nosv/task-id.cfg new file mode 100644 index 0000000..36c0d96 --- /dev/null +++ b/cfg/thread/nosv/task-id.cfg @@ -0,0 +1,43 @@ +#ParaverCFG +ConfigFile.Version: 3.4 +ConfigFile.NumWindows: 7 + + +################################################################################ +< NEW DISPLAYING WINDOW Thread: nOS-V TaskID of the RUNNING thread > +################################################################################ +window_name Thread: nOS-V TaskID of the RUNNING thread +window_type single +window_id 2 +window_position_x 0 +window_position_y 0 +window_width 600 +window_height 150 +window_comm_lines_enabled true +window_flags_enabled false +window_noncolor_mode true +window_color_mode window_in_null_gradient_mode +window_logical_filtered true +window_physical_filtered false +window_comm_fromto true +window_comm_tagsize true +window_comm_typeval true +window_units Microseconds +window_maximum_y 1000.0 +window_minimum_y 1.0 +window_compute_y_max true +window_level thread +window_scale_relative 1.000000000000 +window_end_time_relative 1.000000000000 +window_object appl { 1, { All } } +window_begin_time_relative 0.000000000000 +window_open true +window_drawmode draw_randnotzero +window_drawmode_rows draw_randnotzero +window_pixel_size 1 +window_labels_to_draw 1 +window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } +window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } +window_filter_module evt_type 1 10 +window_filter_module evt_type_label 1 "Thread: nOS-V TaskID of the RUNNING thread" +window_synchronize 1 diff --git a/cfg/thread/nosv/task-type.cfg b/cfg/thread/nosv/task-type.cfg new file mode 100644 index 0000000..ef6fc72 --- /dev/null +++ b/cfg/thread/nosv/task-type.cfg @@ -0,0 +1,42 @@ +#ParaverCFG +ConfigFile.Version: 3.4 +ConfigFile.NumWindows: 7 + + +################################################################################ +< NEW DISPLAYING WINDOW Thread: nOS-V task type of the RUNNING thread > +################################################################################ +window_name Thread: nOS-V task type of the RUNNING thread +window_type single +window_id 3 +window_position_x 0 +window_position_y 0 +window_width 600 +window_height 150 +window_comm_lines_enabled true +window_flags_enabled false +window_noncolor_mode true +window_logical_filtered true +window_physical_filtered false +window_comm_fromto true +window_comm_tagsize true +window_comm_typeval true +window_units Microseconds +window_maximum_y 1000.0 +window_minimum_y 1.0 +window_compute_y_max true +window_level thread +window_scale_relative 1.000000000000 +window_end_time_relative 1.000000000000 +window_object appl { 1, { All } } +window_begin_time_relative 0.000000000000 +window_open true +window_drawmode draw_randnotzero +window_drawmode_rows draw_randnotzero +window_pixel_size 1 +window_labels_to_draw 1 +window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } +window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } +window_filter_module evt_type 1 11 +window_filter_module evt_type_label 1 "Thread: nOS-V task type of the RUNNING thread" +window_synchronize 1 diff --git a/cfg/thread/openmp/mode.cfg b/cfg/thread/openmp/mode.cfg index 43cdce0..6a0825c 100644 --- a/cfg/thread/openmp/mode.cfg +++ b/cfg/thread/openmp/mode.cfg @@ -4,9 +4,9 @@ ConfigFile.NumWindows: 1 ################################################################################ -< NEW DISPLAYING WINDOW Thread: OpenMP mode > +< NEW DISPLAYING WINDOW Thread: OpenMP mode of the RUNNING thread > ################################################################################ -window_name Thread: OpenMP mode +window_name Thread: OpenMP mode of the RUNNING thread window_type single window_id 1 window_position_x 0 @@ -38,6 +38,6 @@ window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } window_filter_module evt_type 1 25 -window_filter_module evt_type_label 1 "Thread: OpenMP mode" +window_filter_module evt_type_label 1 "Thread: OpenMP mode of the RUNNING thread" window_synchronize 1 diff --git a/cfg/thread/ovni/pid.cfg b/cfg/thread/ovni/pid.cfg new file mode 100644 index 0000000..0d61572 --- /dev/null +++ b/cfg/thread/ovni/pid.cfg @@ -0,0 +1,42 @@ +#ParaverCFG +ConfigFile.Version: 3.4 +ConfigFile.NumWindows: 7 + + +################################################################################ +< NEW DISPLAYING WINDOW CPU: PID of the RUNNING thread > +################################################################################ +window_name CPU: PID of the RUNNING thread +window_type single +window_id 1 +window_position_x 0 +window_position_y 0 +window_width 600 +window_height 150 +window_comm_lines_enabled true +window_flags_enabled false +window_noncolor_mode true +window_logical_filtered true +window_physical_filtered false +window_comm_fromto true +window_comm_tagsize true +window_comm_typeval true +window_units Microseconds +window_maximum_y 1000.0 +window_minimum_y 1.0 +window_compute_y_max true +window_level thread +window_scale_relative 1.000000000000 +window_end_time_relative 1.000000000000 +window_object appl { 1, { All } } +window_begin_time_relative 0.000000000000 +window_open true +window_drawmode draw_randnotzero +window_drawmode_rows draw_randnotzero +window_pixel_size 1 +window_labels_to_draw 1 +window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } +window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } +window_filter_module evt_type 1 1 +window_filter_module evt_type_label 1 "CPU: PID of the RUNNING thread" +window_synchronize 1 diff --git a/cfg/thread/tampi/mode.cfg b/cfg/thread/tampi/mode.cfg index 93f77c2..c8b0f07 100644 --- a/cfg/thread/tampi/mode.cfg +++ b/cfg/thread/tampi/mode.cfg @@ -4,9 +4,9 @@ ConfigFile.NumWindows: 1 ################################################################################ -< NEW DISPLAYING WINDOW Thread: TAMPI mode > +< NEW DISPLAYING WINDOW Thread: TAMPI mode of the RUNNING thread > ################################################################################ -window_name Thread: TAMPI mode +window_name Thread: TAMPI mode of the RUNNING thread window_type single window_id 1 window_position_x 0 @@ -38,6 +38,6 @@ window_labels_to_draw 1 window_selected_functions { 14, { {cpu, Active Thd}, {appl, Adding}, {task, Adding}, {thread, Last Evt Val}, {node, Adding}, {system, Adding}, {workload, Adding}, {from_obj, All}, {to_obj, All}, {tag_msg, All}, {size_msg, All}, {bw_msg, All}, {evt_type, =}, {evt_value, All} } } window_compose_functions { 9, { {compose_cpu, As Is}, {compose_appl, As Is}, {compose_task, As Is}, {compose_thread, As Is}, {compose_node, As Is}, {compose_system, As Is}, {compose_workload, As Is}, {topcompose1, As Is}, {topcompose2, As Is} } } window_filter_module evt_type 1 20 -window_filter_module evt_type_label 1 "Thread: TAMPI mode" +window_filter_module evt_type_label 1 "Thread: TAMPI mode of the RUNNING thread" window_synchronize 1