is maxima suitable for multiprocessor computations?



I think that designs for efficient parallel algorithms on distributed
networks of loosely-coupled machines will be qualitatively different from
algorithms on shared-memory machines, and any attempt to cover over these
differences by an abstraction layer is likely to make a shambles of the
efficiency aspect of the algorithm. Since the only aspect of interest in
doing things in parallel is the efficiency, what do we have?
Multiple Maximas communicating with each other via sockets  versus one
Maxima that (say) can do a tree-search in memory with multiple processors...

I'm not a fan of PVM..

RJF


> -----Original Message-----
> From: maxima-bounces at math.utexas.edu 
> [mailto:maxima-bounces at math.utexas.edu] On Behalf Of Larry Prevett
> Sent: Thursday, November 15, 2007 4:49 PM
> To: maxima at math.utexas.edu
> Subject: Re: [Maxima] is maxima suitable for multiprocessor 
> computations?
> 
> For those interested, Paul Wang did some papers regarding 
> parallel processing
> and at least some of the work involved maxima.
> 
>  http://icm.mcs.kent.edu/reports/1997/ICM-199701-0001.pdf
> 
> from links on this page:
>  http://icm.mcs.kent.edu/reports/search.php?pattern=Wang
> 
> L. Prevett
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>