v0.9.18
cluster_tools
Breaking Changes
- The cluster-tools serialize the output of a job in the format
(wasSuccessful, result_value)
to a pickle file ifoutput_pickle_path
is provided and multiprocessing is used. This is consistent with how it is already done when using a cluster executor (e.g., slurm). #686