Parallel package: Difference between revisions

125 bytes added ,  22 August 2014
no edit summary
(Created page with "The Parallel execution package provides utilities to work with clusters, but also functions to parallelize work among cores of a single machine. == multicore parallelization ...")
 
No edit summary
Line 1: Line 1:
The Parallel execution package provides utilities to work with clusters, but also functions to parallelize work among cores of a single machine.
The Parallel execution package provides utilities to work with clusters, but also functions to parallelize work among cores of a single machine.
To install: {{Codeline|pkg install -forge parallel}}
And then, once on each octave session, {{Codeline|pkg load parallel}}


== multicore parallelization (parcellfun, pararrayfun) ==
== multicore parallelization (parcellfun, pararrayfun) ==
26

edits