Borrar filtros
Borrar filtros

do multiple instances on Apple OS X use different CPU cores?

5 visualizaciones (últimos 30 días)
Michael Levin
Michael Levin el 23 de Feb. de 2017
Respondida: Faiz Gouri el 27 de Feb. de 2017
I have an Apple Mac Pro with 6 cores. I finally figured out how to run 2 instances of Matlab (the right-click "open additional instances" wasn't working but I managed to run 2 copies from Terminal). Question: do the two instances automatically use different CPU cores? That is, running 2 instances simultaneously on a 6-core machine is likely to be faster than one at a time (sequentially), or do they just end up sharing 1 processor and not giving me any speed advantage?
  1 comentario
Guillaume
Guillaume el 23 de Feb. de 2017
I'm not familiar with OS X but generally it's the OS that controls allocation of program to virtual or physical cores, not the program itself.

Iniciar sesión para comentar.

Respuestas (1)

Faiz Gouri
Faiz Gouri el 27 de Feb. de 2017
It is completely bound by OS scheduling algorithm. Running multiple MATLAB instances is like running independent processes You can try set processor affinity if you want to run Matlab on different cores, but that might not necessarily result in improved performance. Moreover, OSX does not provide process affinity. You can do Thread Affinity though, which is not useful in your use case.

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by