is maxima suitable for multiprocessor computations?
Subject: is maxima suitable for multiprocessor computations?
From: Andrey G. Grozin
Date: Wed, 14 Nov 2007 10:36:01 +0600 (NOVT)
On Tue, 13 Nov 2007, Raymond Toy (RT/EUS) wrote:
> Are there interesting symbolic problems that would really benefit from
> parallelism? So what if I can do parallel polynomial multiplication
> really fast? Does that lead to some interesting result?
Groebner bases calculations can be parallelised rather easily (computing
and reducing several S-polynomials in parallel). There were many papers
published on this subject, and there are some implementations (not in
lisp).
Andrey