Skip to content

Commit

Permalink
Re #1750 better comments when Slurm is in unknown state
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Sep 30, 2024
1 parent 975a2af commit 5a4e31a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@ function check_availability(obj)
if obj.log_level>-1
fprintf(2,'*** SLURM control returned unknown state: %s,\n',...
sacct_state)
fprintf(2,'*** Description:\n %s\n',...
fprintf(2,'*** This state full description : %s\n',...
full_state);
fprintf(2,'*** Assuming job: %s, Slurm Job id: %d is paused\n',...
fprintf(2,'*** Assuming job: %s, Slurm Job id: "%d" is paused\n',...
obj.job_id,obj.slurm_job_id);
end
control_state = 'paused';
Expand Down

0 comments on commit 5a4e31a

Please sign in to comment.