help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: question on parallel processing


From: Stuart Brorson
Subject: Re: question on parallel processing
Date: Wed, 18 Oct 2006 10:51:30 -0400 (EDT)

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

It's not Octave, but rather MATLAB.  However, this company makes a
software product which allows you to run MATLAB programs on a parallel
computer without requiring extensive changes to your code:

http://www.interactivesupercomputing.com/

Both data-parallel and task-parallel styles of parallel processing are
supported by their product.  They may be what you are looking for.

Stuart



reply via email to

[Prev in Thread] Current Thread [Next in Thread]