|
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
[Prev in Thread] | Current Thread | [Next in Thread] |