How to broadcast a variable in spmd mode

2 次查看(过去 30 天)
The question I'm trying to solve is to broadcast a scalar variable x inside a spmd mode into an array of size numlab that can be seen by all the parallel workers. I know that in MPI this is called a broadcast operation but I can't find similar operations in MATLAB.

回答(1 个)

Edric Ellis
Edric Ellis 2017-4-11
The broadcast function to use inside an spmd block is labBroadcast.

类别

Help CenterFile Exchange 中查找有关 Distributed Arrays 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by