def recv_any_from_child(self,status):
"""Receives any message from any child. Returns the provided status object,
populated with information about received message"""
self.recv( tag='any', source=MPI.ANY_SOURCE, status=status, comm=self.child_comm )
return status
评论列表
文章目录