pyiron_base.jobs.job.extension.server.queuestatus.queue_enable_reservation#
- pyiron_base.jobs.job.extension.server.queuestatus.queue_enable_reservation(item: int | pyiron_base.jobs.job.generic.GenericJob) str | None[source]#
Enable a reservation for a particular job within the queuing system
- Parameters:
item (int, pyiron_base.jobs.job.generic.GenericJob) – Provide either the job_ID or the full hamiltonian
- Returns:
Output from the queuing system as string - optimized for the Sun grid engine
- Return type:
str