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

增加作业dependency的功能 #172

Open
Ashlee1994 opened this issue Aug 15, 2023 · 1 comment · May be fixed by #308
Open

增加作业dependency的功能 #172

Ashlee1994 opened this issue Aug 15, 2023 · 1 comment · May be fixed by #308
Assignees
Labels
enhancement New feature or request

Comments

@Ashlee1994
Copy link
Member

Ashlee1994 commented Aug 15, 2023

增加作业提交是dependency的功能,改功能的描述如下:如果有两个作业A和B,作业B必须等作业A运行完才能开始,那么先提交作业A,得到作业A的作业号,比如为55,在提交作业B的时候,指定:

#CBATCH -d afterok:55

表示作业B必须等作业号为55的作业,也即A作业结束之后才能运行。

需要实现dependency的after,afterany,aftercorr,afternotok ,afterok,singleton这些功能,具体细节请参考:https://slurm.schedmd.com/sbatch.html

@Ashlee1994
Copy link
Member Author

有依赖的作业在cqueue显示的时候会显示dependency,如下:

Image

@L-Xiafeng L-Xiafeng linked a pull request Nov 6, 2024 that will close this issue
@L-Xiafeng L-Xiafeng added enhancement New feature or request and removed NewFeatures labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants