I would like to run one of my MPI processors to a single core on my
iMac Intel Core Duo system. I'm using release 1.2.4 on Darwin 8.11.1.
It looks like processor affinity is not supported for this kind of
configuration:
> $ ompi_info|grep affinity
> MCA maffinity: first_use (MCA v1.0, API v1.0, Component
> v1.2.4)
> Open MPI: 1.2.4
> Open MPI SVN revision: r16187
> Open RTE: 1.2.4
> Open RTE SVN revision: r16187
> OPAL: 1.2.4
> OPAL SVN revision: r16187
> Prefix: /usr/local/
> Configured architecture: i386-apple-darwin8.10.0
> Configured by: brbarret
> Configured on: Tue Oct 16 12:03:41 EDT 2007
> Configure host: ford.osl.iu.edu
> Built by: brbarret
> Built on: Tue Oct 16 12:15:57 EDT 2007
> Built host: ford.osl.iu.edu
Can I get processor affinity recompiling the distribution, maybe with
different option?
|