pyiron_base.jobs.job.runfunction.run_job_with_status_collect#
- pyiron_base.jobs.job.runfunction.run_job_with_status_collect(job: pyiron_base.jobs.job.generic.GenericJob) None[source]#
Internal helper function the run if collect function is called when the job status is ‘collect’. It collects the simulation output using the standardized functions collect_output() and collect_logfiles(). Afterwards the status is set to ‘finished’
- Parameters:
job (GenericJob) – pyiron job object