Breakend / experiment-impact-tracker

MIT License
266 stars 31 forks source link

Fix error thrown by multiprocessing set_start_method #70

Open ANarayan opened 3 years ago

ANarayan commented 3 years ago

This PR addresses a bug in the multiprocessing logic for the compute tracker. Specifically, it addresses a RuntimeError caused by the multiprocessing set_start_method, which complains that 'context has already been set'. To avoid this error, we set force=True when creating a new fork.