executorlib.task_scheduler.file.backend

executorlib.task_scheduler.file.backend#

Functions

backend_execute_task_in_file(file_name)

Execute the task stored in a given HDF5 file.

backend_load_file(file_name)

Load the data from an HDF5 file and convert FutureItem objects to their results.

backend_write_file(file_name, output, runtime)

Write the output to an HDF5 file.