MathGroup Archive 2007

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

Search the Archive

multi-threading on Mac OS X.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73673] multi-threading on Mac OS X.
  • From: Matthew Horrobin <horrobin at science.uva.nl>
  • Date: Sat, 24 Feb 2007 02:19:19 -0500 (EST)
  • Organization: Faculty of Science, University of Amsterdam

Hi,

 I'm trying to get full performance out of my Dual CPU PowerMac G5.

Using tests that I've found in the mathgroup e.g.:

Eigenvalues[Table[Random[], {1500}, {1500}]];

I never seem to get much more than 100% CPU load (fully loaded would be 
200%), even when setting OMP_NUM_THREADS=2, as is recomended for other 
OS's.

Does anyone know how to get mutli-threading full working on OS X?

Cheers,

Matt



  • Prev by Date: Re: Custom sort a list of pairs
  • Next by Date: Kernel Crashing with NDSolve Command
  • Previous by thread: Re: How to manipulate globals in a function?
  • Next by thread: Re: multi-threading on Mac OS X.