pyiron_base.jobs.job.wrapper.job_wrapper_function#
- pyiron_base.jobs.job.wrapper.job_wrapper_function(working_directory: str, job_id: int | None = None, file_path: str | None = None, submit_on_remote: bool = False, debug: bool = False, collect: bool = False)[source]#
Job Wrapper function - creates a JobWrapper object and calls run() on that object
- Parameters:
working_directory (str) – directory where the HDF5 file of the job is located
job_id (int/ None) – job id
file_path (str) – path to the HDF5 file
debug (bool) – enable debug mode
submit_on_remote (bool) – submit to queuing system on remote host
collect (bool) – collect output of calculation