From 809c04862e6b2e27f007b854827d6a0c11469c40 Mon Sep 17 00:00:00 2001 From: Jintao Date: Wed, 16 Oct 2024 19:47:49 +0800 Subject: [PATCH] sp and conf_sp --- arc/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arc/scheduler.py b/arc/scheduler.py index 4ac2202591..24ecb0343b 100644 --- a/arc/scheduler.py +++ b/arc/scheduler.py @@ -587,7 +587,7 @@ def schedule_jobs(self): self.run_composite_job(label) self.timer = False break - if 'tsg' in job_name: + if 'tsg' in job_name and 'conf_sp' not in job_name: job = self.job_dict[label]['tsg'][get_i_from_job_name(job_name)] if not (job.job_id in self.server_job_ids and job.job_id not in self.completed_incore_jobs): # This is a successfully completed tsg job. It may have resulted in several TSGuesses.