| Contents | Index |
grid = codistributor2dbc.defaultLabGrid()
grid = codistributor2dbc.defaultLabGrid() returns a vector, grid = [nrow ncol], defining a computational grid of nrow-by-ncol labs in the open MATLAB pool, such that numlabs = nrow x ncol.
The grid defined by codistributor2dbc.defaultLabGrid is as close to a square as possible. The following rules define nrow and ncol:
If numlabs is a perfect square, nrow = ncol = sqrt(numlabs).
If numlabs is an odd power of 2, then nrow = ncol/2 = sqrt(numlabs/2).
nrow <= ncol.
If numlabs is a prime, nrow = 1, ncol = numlabs.
nrow is the greatest integer less than or equal to sqrt(numlabs) for which ncol = numlabs/nrow is also an integer.
View the computational grid layout of the default distribution scheme for the open MATLAB pool.
spmd
grid = codistributor2dbc.defaultLabGrid
endcodistributed | codistributor2dbc | numlabs

See how to solve large problems with minimal effort and reduce simulation time.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |