Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
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

Answers (0)

Community Treasure Hunt

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

Start Hunting!