can we use multitasking on matlab

조회 수: 1 (최근 30일)
aeae
aeae 2014년 1월 29일
댓글: Azzi Abdelmalek 2014년 1월 31일
Hello, I saw that by using parallel programming (PCT) on a local machine, the max number of labs that can be created is the number of cores.
Using the multi-agent systems, we can create multiple agents working together and interacting with each other. I want to know if it is possible to do this on matlab, ie creating multiple threads (eg 50).
These agents must share a single processor time (work by turns).
Thank you.

채택된 답변

Edric Ellis
Edric Ellis 2014년 1월 30일
You can run up to 12 local workers (assuming R2013b) simultaneously using Parallel Computing Toolbox. You need to modify the local cluster profile to change the number of workers from the default (which is the number of cores on your machine).
  댓글 수: 1
Azzi Abdelmalek
Azzi Abdelmalek 2014년 1월 31일
aeae commented
Yes I can obtain 12 local workers. Can I have more cluster than 12?

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2014년 1월 29일

aeae
aeae 2014년 1월 29일
Thanks for answer Yes, but with parallel-computing Tool box, The number of labs I can creat is number of cores of my machine. I wan partage time processor for several threads.

Community Treasure Hunt

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

Start Hunting!

Translated by