Launch more processes during runtime with OPENMPI

后端 未结 0 1374
长情又很酷
长情又很酷 2020-12-01 18:19
    if (rank == 0) 
{
    // launch more process??
}
if (rank == 1) 
{
    while (true) { MPI_Bcast(buffer, l, MPI_CHAR, 0, MPI_COMM_WORLD); }

}
else {
    MPI_Recv         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题