diff --git a/projects/amdsmi/amdsmi_cli/amdsmi_commands.py b/projects/amdsmi/amdsmi_cli/amdsmi_commands.py index 4fe0a6c374..7db577dddb 100644 --- a/projects/amdsmi/amdsmi_cli/amdsmi_commands.py +++ b/projects/amdsmi/amdsmi_cli/amdsmi_commands.py @@ -6126,6 +6126,9 @@ class AMDSMICommands(): self.logger.table_header += 'PCIE_BW'.rjust(12) + # initialize dual_csv_format; applicable to process only + dual_csv_output = False + # Store process list separately if args.process: # Populate initial processes @@ -6365,8 +6368,6 @@ class AMDSMICommands(): # Store typical output for all commands (XCP data will be handled separately, eg. violation status) if not args.violation: self.logger.store_output(args.gpu, 'values', monitor_values) - # intialize dual_csv_format; applicable to process only - dual_csv_output = False # Now handling the single gpu case only if multiple_devices: