diff --git a/projects/rocm-smi-lib/python_smi_tools/rocm_smi.py b/projects/rocm-smi-lib/python_smi_tools/rocm_smi.py index b9be2f634d..cfc2eb1a85 100755 --- a/projects/rocm-smi-lib/python_smi_tools/rocm_smi.py +++ b/projects/rocm-smi-lib/python_smi_tools/rocm_smi.py @@ -1938,7 +1938,7 @@ def showAllConcise(deviceList): """ global PRINT_JSON, appWidth if PRINT_JSON: - print('ERROR: Cannot print JSON/CSV output for concise output') + print('NOT_SUPPORTED: Cannot print JSON/CSV output for concise output') sys.exit(1) silent = True @@ -2042,7 +2042,7 @@ def showAllConciseHw(deviceList): """ global PRINT_JSON if PRINT_JSON: - print('ERROR: Cannot print JSON/CSV output for concise hardware output') + print('NOT_SUPPORTED: Cannot print JSON/CSV output for concise hardware output') sys.exit(1) header = ['GPU', 'NODE', 'DID', 'GUID', 'GFX VER', 'GFX RAS', 'SDMA RAS', 'UMC RAS', 'VBIOS', 'BUS' , 'PARTITION ID']