octave-maintainers
[Top][All Lists]
Advanced

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

Re: Parallel Octave


From: Max Brister
Subject: Re: Parallel Octave
Date: Thu, 5 Apr 2012 09:56:59 -0600

> There was a few talks about making Octave thread-safe around 1 and a half
> year ago. Jaroslav introduced atomic operations on refcount. There a few
> global variables which should be made per-thread. Maybe that nm could help
> in finding such variables ?

The level of parallelism Jean is talking about is possible without
parallelizing the interpreter (which would be a lot of work). This is
possible so long as all the parallel code is implemented in C or C++,
and not in Octave.

It should also be possible to make an octave forge package that
provides parallel implementations of functions like eig using PETSEC
or SLEPC. It looks like there are already packages in octave forge
that provide access to mpi in Octave (parallel and openmpi_ext).

Max Brister


reply via email to

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