pyiron_base.jobs.job.extension.server.queuestatus#
Set of functions to interact with the queuing system directly from within pyiron - optimized for the Sun grid engine.
Functions
Check if a job is still listed in the queue system as either waiting or running. |
|
|
Delete a job from the queuing system |
|
Enable a reservation for a particular job within the queuing system |
|
Display the queuing system info of job by qstat | grep shell command as dictionary |
Check if the queue table is currently empty - no more jobs to wait for. |
|
|
Display the queuing system table as pandas.Dataframe |
|
Retrieve a job from remote server and check if it has a "finished status". |
|
Update jobs from the remote server |
|
Internal function to convert the job_ID or hamiltonian to the queuing system ID. |
|
Sleep until the job is finished but maximum interval_in_s * max_iterations seconds. |
|
Wait for the calculation in the project to be finished |