Re: Multi-core Support in Mathematica 5.2
- To: mathgroup at smc.vnet.net
- Subject: [mg74135] Re: Multi-core Support in Mathematica 5.2
- From: "Neri" <nkafkafi at yahoo.com>
- Date: Mon, 12 Mar 2007 22:03:15 -0500 (EST)
- References: <esu68d$rn9$1@smc.vnet.net>
Those functions that are parallelized in the 5.2, and supposedly run on more than one core simultaneously, do they run in a single thread? Since it is demonstratively possible to parallelize these functions (in one thread or more) why isn't it possible to parallelize a function like Table? If I wrote a Table function with the index running from 1 to 20, isn't it possible to run 1 to 10 in one core and 11 to 20 in another core? Thanks, Neri > Here is a link with some details: > > http://www.wolfram.com/products/mathematica/newin52/multicore.html > > I suspect it is hard to parallelise ordinary code - even functional code > - because I can't imagine the kernel can run on more than one thread! > > David Baileyhttp://www.dbaileyconsultancy.co.uk >
- Follow-Ups:
- Re: Re: Multi-core Support in Mathematica 5.2
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: Multi-core Support in Mathematica 5.2
- From: "Neri" <nkafkafi@yahoo.com>
- Re: Re: Multi-core Support in Mathematica 5.2
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: Re: Multi-core Support in Mathematica 5.2