mpi.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:taskloaf 作者: tbenthompson 项目源码 文件源码
def recv(self):
        s = MPI.Status()
        msg_exists = self.comm.iprobe(tag = self.tag, status = s)
        if not msg_exists:
            return None
        return self.comm.recv(source = s.source, tag = self.tag)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号