is maxima suitable for multiprocessor computations?
Subject: is maxima suitable for multiprocessor computations?
From: Raymond Toy (RT/EUS)
Date: Tue, 13 Nov 2007 17:51:59 -0500
Richard Fateman wrote:
> I disagree. Some algorithms like polynomial multiplication, can be mapped to multiple processors fairly easily. Some lisps support parallelism with various levels of cost (OS process vs light-weight threads).
>
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?
I think I have some understanding of numerical problems that would
benefit from parallelism, but I don't know anything about symbolic
problems.
Ray