MathGroup Archive 2007

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

Search the Archive

Re: Re: Mathematica, Quad Core, Linux

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73252] Re: [mg73236] Re: Mathematica, Quad Core, Linux
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Fri, 9 Feb 2007 02:13:15 -0500 (EST)
  • References: <eqc7tb$snu$1@smc.vnet.net> <200702080841.DAA04779@smc.vnet.net>

There is a package that allows Mathematica to use the MPI libraries, I
think it's called PoochMPI (??)

On 2/8/07, Jens-Peer Kuska <kuska at informatik.uni-leipzig.de> wrote:
> Hi,
>
> when you are using Mathematica, the kernel will use a single processor
> core 99 % of the time -- but this depend on the kind of computation
> you are doing. Only a few numerical functions use the other cores.
>
> These few numerical functions are parallelized with OpenMP and *you*
> have to tell OpenMP how many processor you wish to use with the
> OMP_NUM_THREADS environment variable. Thats because you may have
> a single processor, that allows HyperThreading and you can run two
> threads on even one processor, or you have a Quad core machine but you
> wish to reserve one processor for a web-server or something else you
> have to set the OMP_NUM_THREADS variable to a value less than 4, but if
> you Quad core processor allow HyperThreading, you can set the number
> of threads to a higher value.
>
> It is very unlikely that a general propose program like Mathematica
> (that wait the most time for Shift-Enter) can be parallelized in
> a way that it run all processor with full load.
>
> Regards
>    Jens
>
>
> lkhagvad wrote:
> > Hi:
> >
> > I would like to ask for your help from those who actually use quad core machines with Mathematica.
> >
> > 1. More specifically, I would like to know what experiences other academic users have on running Mathematica on Quad Core Linux. And also, is it difficult to set up and get it running?  At this stage any comment is valuable from those who have it all working nicely?
> >
> > 2. I got the following negative general comment on running multi-processor for parallel computing. "The parallelization is done at the beginning of the run. So,
> > if you tell the program (or the program finds) there are 4 cores available at the start of the program, it grabs them and assumes they will be available exclusively to the program. If a second user logs in and tries to run something, processing speed will be terrible." Is this also the case with the Mathematica Quad Core combination?
> >
> > Thank you very much for all your help.
> >
> > Damba.
> >
>
>


-- 
http://chris.chiasson.name/


  • Prev by Date: Re: List manipulation
  • Next by Date: Re: Integrating SphericalHarmonicY
  • Previous by thread: Re: Mathematica, Quad Core, Linux
  • Next by thread: Re: Mathematica, Quad Core, Linux