python-scoop

SCOOP – How to make workers wait for root worker before continuing

SCOOP – How to make workers wait for root worker before continuing Question: I am using SCOOP (and Python 3.6 – cannot be updated) in my work. I need all workers to perform a computation, then wait for the root node to execute a slow computation (the code in a if __name__ == ‘__main__’:), then …

Total answers: 1