pyiron_base.jobs.job.wrapper

pyiron_base.jobs.job.wrapper#

The job wrapper is called from the run_job.py script, it restores the job from hdf5 and executes it.

Functions

job_wrapper_function(working_directory[, ...])

Job Wrapper function - creates a JobWrapper object and calls run() on that object

Classes

JobWrapper(working_directory[, job_id, ...])

The job wrapper is called from the run_job.py script, it restores the job from hdf5 and executes it.