executorlib.standalone.hdf

executorlib.standalone.hdf#

Functions

dump(file_name, data_dict)

Dump data dictionary into HDF5 file

get_cache_data(cache_directory)

Collect all HDF5 files in the cache directory

get_cache_files(cache_directory)

Recursively find all HDF5 files in the cache_directory which contain outputs.

get_future_from_cache(cache_directory, cache_key)

Reload future from HDF5 file in cache directory with the given cache key.

get_output(file_name)

Check if output is available in the HDF5 file

get_queue_id(file_name)

Get queuing system id from HDF5 file

get_runtime(file_name)

Get run time from HDF5 file

load(file_name)

Load data dictionary from HDF5 file