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

作业暂停功能 #373

Open
Ashlee1994 opened this issue Nov 24, 2024 · 0 comments
Open

作业暂停功能 #373

Ashlee1994 opened this issue Nov 24, 2024 · 0 comments

Comments

@Ashlee1994
Copy link
Member

参考slurm的作业suspend,具体实现是向作业进程发送SIGSTOP,使得作业暂停,恢复使用resume命令,实现方法是向作业发送SIGCONT信号,该命令只对支持 SIGSTOP和SIGCONT的作业生效。且只有管理员由此操作权限。

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