lancium / dmtcp-singularity-plugin

Plugin for Singularity to checkpoint/restore jobs using DMTCP
2 stars 1 forks source link

Kill Singularity instance when run/exec process exits #3

Open png opened 4 years ago

png commented 4 years ago

Current behavior is that exiting the running process will not end the instance, instead requiring the instance to be killed with the regular command. We should be able to attach an after run hook to halt the instance. Granted, was helpful for debugging, but is now an issue.