Skip to content

Signal Forwarding to Jobscripts #242

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

Open
cmeesters opened this issue Mar 18, 2025 · 0 comments
Open

Signal Forwarding to Jobscripts #242

cmeesters opened this issue Mar 18, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cmeesters
Copy link
Member

On clusters with the SLURM batch system, ordinary jobscripts are able to utilize sbatch's signal forwarding feature (see manual, syntax --signal=[{R|B}:]<sig_num>[@sig_time]) to send signals to the application before hitting the wall time. The use case is that applications may use the remaining time to stage back a checkpoint file onto the parallel file system.

To support this feature within this plugin:

  • a flag has to be implemented and the --signal flag to be triggered upon a user request.
  • the jobstep plugin must be able to receive that signal and forward it to the 3rd party application.

This feature request is related to issue #snakemake/snakemake#3241 .

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

No branches or pull requests

1 participant