Parallel package: Difference between revisions

Jump to navigation Jump to search
(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) ==