pyiron_base.jobs.job.runfunction.run_job_with_runmode_non_modal

pyiron_base.jobs.job.runfunction.run_job_with_runmode_non_modal#

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

The run if non modal function is called by run to execute the simulation in the background. For this we use multiprocessing.Process()

Parameters:

job (GenericJob) – pyiron job object