Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can I specify the computational nodes / processors / cores?

1 次查看(过去 30 天)
Hi,
I'm solving a coupled differential equation system with the help of Matlab and want to investigate the influence of the different possibilities to divide the function into tasks to get the best load balancing and speedup.
Ex.: Tasks A, B and C
  • possibility 1 --> Node1: A, Node2-CPU1: B, Node2-CPU2: C
  • possibility 2 --> Node1: A, Node2-CPU1 and Node2-CPU2-Cores1,2: B, Node2-CPU2-Cores3,4: C
  • ...
Is it possible to define the parallel pool / job scheduler regarding this issue?
Many thanks in advance!
Fabian

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by