pyiron_base.jobs.job.runfunction.run_job_with_runmode_queue

pyiron_base.jobs.job.runfunction.run_job_with_runmode_queue#

pyiron_base.jobs.job.runfunction.run_job_with_runmode_queue(job: pyiron_base.jobs.job.generic.GenericJob) None[source]#

The run if queue function is called by run if the user decides to submit the job to and queing system. The job is submitted to the queuing system using subprocess.Popen()

Parameters:

job (GenericJob) – pyiron job object

Returns:

Returns the queue ID for the job.

Return type:

int