由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Can MPI_bCast a struct?
相关主题
Re: Help! using MPI_gather double precisa question about MPI
请问一个函数传递结构的初级问题who know what is the advantage of UMS to MPI or SMP?
Latex中theorem的显示问题Re: f90 and mpi
c++为什么比c慢?A website for MPI
知道这里计算机的大牛多,问个题目~ (转载)P P C L Beowulf计算机群测试报告
大家为什么用beowulf?并行的算法
大家用什么做平行计算mpi_gather
any body debugged MPI programms?大家作并行计算的时候都是怎么作load balancing的?
相关话题的讨论汇总
话题: mpi话题: bcast话题: struct话题: arrays
进入Computation版参与讨论
1 (共1页)
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

1 (共1页)
进入Computation版参与讨论
相关主题
大家作并行计算的时候都是怎么作load balancing的?知道这里计算机的大牛多,问个题目~ (转载)
请教各位大下, MPI并行计算的问题大家为什么用beowulf?
MPI Write?大家用什么做平行计算
谁对MPI熟啊?问题any body debugged MPI programms?
Re: Help! using MPI_gather double precisa question about MPI
请问一个函数传递结构的初级问题who know what is the advantage of UMS to MPI or SMP?
Latex中theorem的显示问题Re: f90 and mpi
c++为什么比c慢?A website for MPI
相关话题的讨论汇总
话题: mpi话题: bcast话题: struct话题: arrays