jeff-regier / Celeste.jl

Scalable inference for a generative model of astronomical images
MIT License
183 stars 28 forks source link

20 minute timeout for box processing #650

Closed kpamnany closed 7 years ago

kpamnany commented 7 years ago

Single node and multi node. Included a thread imbalance measurement heuristic for the kill switch (which doesn't kill the box, but just reports): at least half the threads have finished AND the last thread to finish has been waiting at least 25% of the time since optimization started.

jeff-regier commented 7 years ago

@agnusmaximus Would you look over this and merge it if it's fine?

agnusmaximus commented 7 years ago

Ok, I'm checking it out...

agnusmaximus commented 7 years ago

Looks good!!