|
From: | Michael Creel |
Subject: | Re: question on parallel processing |
Date: | Thu, 19 Oct 2006 09:32:57 +0200 |
User-agent: | Thunderbird 1.5.0.7 (X11/20060922) |
Jurzitza, Dieter wrote:
Dear listmembers, is there any way for octave to do a parallel processing (i. e. when multiplying matrices, start 4 lines processing in parallel on 4 cpus), and if so, is there a pointer to a RTFM some kind person could point me to? Many thanks in advance, take care Dieter Jurzitza
One could compile against parallel linear algebra libraries, but this is a very fine-grained approach that won't give much of a speedup in many cases. If your tasks are reasonably coarse-grained, you can directly write parallel Octave scripts using the MPITB toolbox. The mle_obj.m function in the econometrics package in octave-forge is an example of a script that will run either serially (default) or in parallel (when MPITB is available).
Michael
[Prev in Thread] | Current Thread | [Next in Thread] |