snuspl / parallax

A Tool for Automatic Parallelization of Deep Learning Training in Distributed Multi-GPU Environments.
Apache License 2.0
130 stars 35 forks source link

Fix killing launch_ps processes #9

Closed pigbug419 closed 6 years ago

pigbug419 commented 6 years ago

Things to Change

Bug fix for killing launch_ps process.

Current Behavior

N/A

Expected Behavior

launch_ps processes are clearly terminated when the main app is killed.

Failure Information (for bugs)

Failure Logs

N/A

How to Reproduce

Run any app with run_option=PS and send SIGINT, launch_ps processes will not be terminated.

Related Issues