ParallelTaskManager =================== (class from :py:mod:`pyomo.contrib.parmest.utils.mpi_utils`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.parmest.utils.mpi_utils import * try: from pyomo.contrib.parmest.utils.mpi_utils import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.parmest.utils.mpi_utils .. autoclass:: pyomo.contrib.parmest.utils.mpi_utils::ParallelTaskManager :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ParallelTaskManager.__init__ ~ParallelTaskManager.allgather_global_data ~ParallelTaskManager.gather_global_data ~ParallelTaskManager.global_to_local_data ~ParallelTaskManager.is_root .. rubric:: Member Documentation