choderalab / fahmunge

Tools for Munging Folding@Home datasets
MIT License
4 stars 6 forks source link

Infrastructure overhaul for core21 support on v9 workservers #45

Closed jchodera closed 7 years ago

jchodera commented 7 years ago

I've totally overhauled how core21 work units are processed.

Parallelization is now handled by clone, though clone processing can be interrupted early by signals (SIGINT, SIGTERM) or by a multiprocessing Event from the master process to signal termination after a certain amount of time has elapsed or a keyboard interrupt occurs.

This is still undergoing heavy testing.