pyiron_base.jobs.worker.worker_function#
- pyiron_base.jobs.worker.worker_function(args: list) None [source]#
The worker function is executed inside an aproc processing pool.
- Parameters:
args (list) – A list of arguments
- Arguments inside the argument list:
working_directory (str): working directory of the job job_id (int/ None): job ID hdf5_file (str): path to the HDF5 file of the job h5_path (str): path inside the HDF5 file to load the job submit_on_remote (bool): submit to queuing system on remote host debug (bool): enable debug mode [True/False] (optional)