octave-maintainers
[Top][All Lists]
Advanced

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

Re: Changing octave to exploit multi-core hardware


From: Michael Creel
Subject: Re: Changing octave to exploit multi-core hardware
Date: Tue, 25 Mar 2008 03:44:20 -0700 (PDT)



Leonardo Ecco wrote:
> 
> Hi,
> 
> have you guys considered modifying the gnu octave code in order to take
> advantage of multi-core hardware? I'm a graduate student in computer
> science, and i'm currently taking a course on multi-core systems - our
> final
> project is to select an open source software and change it to exploit
> parallelism. I'd like to know if there is someone already working on this
> issue. If not, i plan to start next week.
> 
> 
> 

There are several options for using multiple cores, including linking to a
threaded linear algebra library, and directly using MPI. I find that using
MPI works very well, by way of the MPITB package. One nice side effect is
that the code is portable to a cluster.
M.
-- 
View this message in context: 
http://www.nabble.com/Changing-octave-to-exploit-multi-core-hardware-tp16268022p16273587.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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