pyiron_base.jobs.job.extension.server.queuestatus.queue_info_by_job_id#
- pyiron_base.jobs.job.extension.server.queuestatus.queue_info_by_job_id(job_id: int) dict[source]#
Display the queuing system info of job by qstat | grep shell command as dictionary
- Parameters:
job_id (int) – query for a specific job_id
- Returns:
Dictionary with the output from the queuing system - optimized for the Sun grid engine
- Return type:
dict