diff --git a/ats/atsMachines/fluxScheduled.py b/ats/atsMachines/fluxScheduled.py index 0d586ea..48c4cab 100755 --- a/ats/atsMachines/fluxScheduled.py +++ b/ats/atsMachines/fluxScheduled.py @@ -632,6 +632,8 @@ def within_cpx_allocation(self): # Handle the case where the command fails print(f"INFO: rocm-smi failed with error: {e}") found_cpx = False + except FileNotFoundError: + found_cpx = False return found_cpx