MATLAB won't use idle Processors

  • MATLAB
  • Thread starter blumist
  • Start date
  • Tags
    Matlab
  • #1
19
0
I wrote a program on Matlab that is supposed to solve a 2-dimensional dirichlet boundary condition heat transfer problem. In programming context, it uses a number of iterations in series to calculate the next value using data acquired from the previous iterations.
I am running MATLAB 64-bit on a core i-3 2.3 Ghz with 4 GB RAM. During the processing it tends to use only 25% of the complete computing power that my CPU can support and takes quite long computing otherwise simple problems. Any ideas on how I can increase it?

Thanks !
 
  • #2
The distributed computing toolbox allows use of multiple processors. Alternatively, you could open up multiple instances of MATLAB and manually distribute the work load.

The core-i usually comes on windows machines iirc. What your OS?
 
  • #3
The distributed computing toolbox allows use of multiple processors. Alternatively, you could open up multiple instances of MATLAB and manually distribute the work load.

The core-i usually comes on windows machines iirc. What your OS?
My OS is Windows 7 64-bit. Can you enlighten me a bit over the "distributed computing toolbox"? Thanks :)
 
  • #4
Do you have the toolbox in your version? Go to the MATLAB menu (bottom left corner) and them to toolboxes, if it's not in that list, try "more".

If you don't have it (your license has to include it) then it's not much use learning about.

If you do have it, then read up on the documentation and ask a more specific question after trying to implement it.
 
  • #5
I found a Parallel Computing Toolbox. I'll get back to you if I face a problem. Thanks!
 
  • #6
For parallel MATLAB, GPU computing is a really good option. I recommend taking a look at Jacket for that (better than the Parallel Computing Toolbox), http://accelereyes.com/compare [Broken]
 
Last edited by a moderator:

Suggested for: MATLAB won't use idle Processors

Replies
4
Views
472
Replies
4
Views
894
Replies
6
Views
717
Replies
5
Views
1K
Replies
10
Views
1K
Replies
2
Views
1K
Replies
32
Views
1K
Replies
2
Views
962
Replies
2
Views
997
Back
Top