Difference between revisions of "Distrib dim.m"
(→See also) |
(Update function See also links and function index membership) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
A=distrib_dim(A,dim) | A=distrib_dim(A,dim) | ||
| − | == | + | ==Parameters== |
A - a numerical array | A - a numerical array | ||
| Line 17: | Line 17: | ||
==See also== | ==See also== | ||
| − | [[Kernel_utilities | + | [[end_disallow_gpu.m]], [[isworkernode.m]], [[parallel_profiler_report.m]], [[parallel_profiler_start.m]], [[poolsize.m]], [[save_anyway.m]], [[smack.m]], [[start_disallow_gpu.m]], [[swizzle.m]], [[Kernel_utilities]] |
| − | + | ''Version 2.11, authors: MathWorks Inc., [[Ilya Kuprov]]'' | |
| − | ''Version 2.11, authors: | ||
Latest revision as of 19:36, 6 June 2026
Distributes an array in the user-specified dimension for parallel processing using spmd.
Syntax
A=distrib_dim(A,dim)
Parameters
A - a numerical array dim - the distribution dimension
Outputs
A - a distributed numerical array
See also
end_disallow_gpu.m, isworkernode.m, parallel_profiler_report.m, parallel_profiler_start.m, poolsize.m, save_anyway.m, smack.m, start_disallow_gpu.m, swizzle.m, Kernel_utilities
Version 2.11, authors: MathWorks Inc., Ilya Kuprov