f****m 发帖数: 32 | 1 One question please:
Can MPI_bCast a struct? If not, how to broadcast a bunch of arrays in
different data type?
Thanks | l******n 发帖数: 9344 | 2 you could do this by broadcasting the arrays one by one, suggest you wri
te an interface yourself and do the broadcasting
【在 f****m 的大作中提到】 : One question please: : Can MPI_bCast a struct? If not, how to broadcast a bunch of arrays in : different data type? : Thanks
| j**u 发帖数: 6059 | 3 自定义一个MPI type。
【在 l******n 的大作中提到】 : you could do this by broadcasting the arrays one by one, suggest you wri : te an interface yourself and do the broadcasting
|
|