Skip to content

Instantly share code, notes, and snippets.

@Jiayi-Pan
Created May 24, 2022 16:49
Show Gist options
  • Save Jiayi-Pan/9ceb0836255e08c7d1a6a5885ee0937b to your computer and use it in GitHub Desktop.
Save Jiayi-Pan/9ceb0836255e08c7d1a6a5885ee0937b to your computer and use it in GitHub Desktop.
Kill Zombie Process After Interruptions in Torch Distributed Training
kill $(ps aux | grep SCRIPT.py | grep -v grep | awk '{print $2}')
@Jiayi-Pan
Copy link
Author

kill $(ps aux | grep train.py | grep -v grep | awk '{print $2}')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment