[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave and multicore processors
From: |
John W. Eaton |
Subject: |
Re: Octave and multicore processors |
Date: |
Thu, 26 Mar 2009 18:47:40 -0400 |
On 26-Mar-2009, Thomas Weber wrote:
| Depends. Octave tries pretty hard to use optimized routines from
| external libraries (eg ATLAS). So, if your libraries can use several
| cores, so should Octave.
Yes. But just to be clear, that will only help for the things the
libraries do. There is no simple fix to somehow make the interpreter
multi-threaded.
jwe