MPI型 问答列表

MPI_BCast不适用于MPI_Comm_Split

作者:Giorgio Aveni 提问时间:11/7/2023

我是 MPI 编程的菜鸟,所以我尝试实现一个小程序,将所有进程拆分为一个带有新通信器的组。 #include <mpi.h> #include <stdio.h> #include <string....

MPI_Comm_Split和MPI_Bcast问题

作者:Giorgio Aveni 提问时间:11/10/2023

几天前我提出了一个问题,多亏了一个好心人,我可以解决我的问题。现在,我尝试使用 MPI 在 C 语言中实现一个更复杂的程序,使用 MPI_Comm_Split 为某些进程组创建通信器。我有一个全局排名...

为什么我在 MPI 下实现的 Ping Pong 代码会进入空闲状态?

作者:Lindberg Young 提问时间:11/17/2023

这是我从 MPITotor 下载的乒乓球代码 // Author: Wes Kendall // Copyright 2011 www.mpitutorial.com // This code is...


共3条 当前第1页