Difference between revisions of "Distrib dim.m"
(→See also) |
(→See also) |
||
| Line 17: | Line 17: | ||
==See also== | ==See also== | ||
| − | [[Kernel_utilities#Parallelisation_and_GPUs| | + | [[Kernel_utilities#Parallelisation_and_GPUs|Parallelisation and GPUs]] |
''Version 2.11, authors: [[MathWorks]], [[Ilya Kuprov]]'' | ''Version 2.11, authors: [[MathWorks]], [[Ilya Kuprov]]'' | ||
Revision as of 14:06, 17 May 2025
Distributes an array in the user-specified dimension for parallel processing using spmd.
Syntax
A=distrib_dim(A,dim)
Arguments
A - a numerical array dim - the distribution dimension
Outputs
A - a distributed numerical array
See also
Version 2.11, authors: MathWorks, Ilya Kuprov