ramanathanlab / deepdrivemd

DeepDriveMD implemented with Colmena
MIT License
6 stars 5 forks source link

Graceful shutdown close parsl workers. #14

Open braceal opened 1 year ago

braceal commented 1 year ago

More elegant shutdown to kill all parsl workers on shutdown:

Move the doer and proxy store shutdown into the finally block.

https://github.com/ramanathanlab/deepdrivemd/blob/main/deepdrivemd/workflows/openmm_cvae.py#L233