Parallel package: Difference between revisions

Jump to navigation Jump to search
No change in size ,  10 June 2019
m
Remove redundant Category:Packages. Categories at bottom.
(→‎calculation on a single array: fix formatting (no newlines between <pre> and <code>))
m (Remove redundant Category:Packages. Categories at bottom.)
(2 intermediate revisions by 2 users not shown)
Line 58: Line 58:


The {{Codeline|"ChunksPerProc"}} option is mandatory with {{Codeline|"Vectorized", true}}. {{Codeline|1}} means that each proc will do its job in one shot (chunk). This number can be increased to use less memory for instance. A higher number of {{Codeline|"ChunksPerProc"}} allows also more flexibility in case of long calculations on a busy machine. If one cpu has finished all its jobs, it can take over the pending jobs of another.
The {{Codeline|"ChunksPerProc"}} option is mandatory with {{Codeline|"Vectorized", true}}. {{Codeline|1}} means that each proc will do its job in one shot (chunk). This number can be increased to use less memory for instance. A higher number of {{Codeline|"ChunksPerProc"}} allows also more flexibility in case of long calculations on a busy machine. If one cpu has finished all its jobs, it can take over the pending jobs of another.
[[Category:Octave-Forge]]


=== Output in cell arrays ===
=== Output in cell arrays ===
Line 85: Line 83:


Documentation can be found in the {{codeline|README.parallel}} or {{codeline|README.bw}} files, located inside the {{codeline|doc}} directory of the parallel package.
Documentation can be found in the {{codeline|README.parallel}} or {{codeline|README.bw}} files, located inside the {{codeline|doc}} directory of the parallel package.
[[Category:Octave Forge]]

Navigation menu