We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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的功能,改功能的描述如下:如果有两个作业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
The text was updated successfully, but these errors were encountered:
有依赖的作业在cqueue显示的时候会显示dependency,如下:
Sorry, something went wrong.
June19980
Successfully merging a pull request may close this issue.
增加作业提交是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
The text was updated successfully, but these errors were encountered: