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.
This PR adds a few minor updates for submitting jobs via the
SlurmController
. TheSlurmController
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 futureSlurmMonitor
. But like I said future.