yt.utilities.parallel_tools.parallel_analysis_interface.
parallel_simple_proxy
(func)[source]¶This is a decorator that broadcasts the result of computation on a single
processor to all other processors. To do so, it uses the _processing and
_distributed flags in the object to check for blocks. Meant only to be
used on objects that subclass
ParallelAnalysisInterface
.