Dear users,
This there a simple way to store multiple values at each step using parallel_objects? I'm doing:
########################################################
yt.enable_parallelism()
num_procs = 4
plot = glob.glob(./plot*)
my_storage = {}
for sto, p in yt.parallel_objects(plots, num_procs, my_storage):