sjeknic / CellTK

Toolkit for analysis of live-cell microscopy data
MIT License
3 stars 0 forks source link

Slurm updates #68

Closed sjeknic closed 2 years ago

sjeknic commented 2 years ago

This PR adds a few minor updates for submitting jobs via the SlurmController. The SlurmController now does some very basic monitoring of submitted jobs and displays the information at periodic intervals.

In the future, I'd like to make this a separate process that can be monitored from an independent python session. This will require SlurmController._record_job_history() to save results to a file that can be read by the future SlurmMonitor. But like I said future.