MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: "Parallelize" and Symbolic computation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100632] Re: "Parallelize" and Symbolic computation
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Wed, 10 Jun 2009 05:31:22 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <h0le0p$svp$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de

Hi,

a) you will probably need more memory with parallel execution
b) no it work for any algorithm, but you should have a problem with
    few input data, few output data and a huge number of operations on it
c) with computers you have in many cases the choice speed xor memory.
    Since parallel computing is for speed, you need probably more memory

Regards
   Jens


John Hattersley wrote:
> Hi All,
> 
> I apologies if this is an idiotic question.  Essentially, I've a complex
> Taylor series expansion that keeps running out of memory and as I've
> upgraded to Mathematica 7 of late, and we've a few machines idling away, I
> was wondering if the parallel stuff could help.
> 
> The documentation for Parallel Tools hints that it's only applicable for
> numeric problems, but doesn't state that symbolic is out of the question.
> 
> At a recent Mathematica demo I went to recently it was suggested that the
> parallel architecture didn't exclude all symbolic calculations.  Has anyone
> seen any documentation on this?  Or have any experience of it?
> 
> Thanks,
> 
> JHatt
> 
> 
> 
> 


  • Prev by Date: Re: Re: Problem with GraphicsColumn
  • Next by Date: Re: difference between HeavisidePi and UnitBox
  • Previous by thread: "Parallelize" and Symbolic computation
  • Next by thread: Re: "Parallelize" and Symbolic computation