CurtisColwell / auto_slurm

Script for automatically submitting SLURM jobs, significantly simplifying routine calculations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double submitting

CurtisColwell opened this issue · comments

So this is a bit of a weird one. When you submit a job, it checks for the same job in the queue, but when it reads the queue it only gets the first 8 characters of the job name. So if a job has a name that is longer than 8 characters it will submit a second job even if it is already running.

Made a new branch with a temporary solution

Merged temp fix

Pushed a fix that blocks submitting of jobs with the same first 8 characters as ones running in branch 6_double_submit

Sounds like this was resolved in #23