Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using slurm-extra-param and the leader job #204

Open
giardine opened this issue Apr 5, 2024 · 0 comments
Open

using slurm-extra-param and the leader job #204

giardine opened this issue Apr 5, 2024 · 0 comments

Comments

@giardine
Copy link

giardine commented Apr 5, 2024

I am using the ENCODE ATAC-seq pipeline. It runs but I am unable to run it using the desired partition options. To run in the desired partition I need to set both
-p burst
-qos burst4x
For jobs other than the leader job I can use slurm-extra-param for this. But the leader job doesn't use the options set in slurm-extra-param. This causes the job to not start.

         JOBID PARTITION     NAME     USER    STATE       TIME      CPUS  NODES NODELIST(REASON) DEPENDENCY
      10610017     burst cromwell   bmg137  RUNNING      41:56         6      1 p-bc-5401 (null)
      10610019     burst cromwell   bmg137  RUNNING      41:56         6      1 p-bc-5403 (null)
      10607621     burst cromwell   bmg137  RUNNING    2:33:23         6      1 p-bc-5404 (null)
      10607372     burst cromwell   bmg137  RUNNING    2:57:03         6      1 p-bc-5401 (null)
      10611534      open  5271.sh   bmg137  RUNNING       8:50         4      1 p-bc-5053 (null)
      10611557  sla-prio CAPER_71   bmg137  PENDING       0:00         1      1 (AssocGrpCpuLimit) (null)
      10607627  sla-prio CAPER_77   bmg137  RUNNING      42:59         1      1 p-bc-5401 (null)
      10607613  sla-prio CAPER_76   bmg137  RUNNING    2:34:16         1      1 p-bc-5401 (null)
      10607361  sla-prio CAPER_70   bmg137  RUNNING    2:58:09         1      1 p-bc-5401 (null)

Notice job CAPER_71 will not start because it is not using the burst partition. How can I set the partition and qos for the leader job?

Thanks,
Belinda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant