how to make matlab use multi core processors ?

3 views (last 30 days)
Hi, I am running free vibration of shell using [v,d]=eig(kk,mm),where size of kk and mm is 2646. eig is a command to calculate eigenvalues.It takes around 15 min to compute.I am using HP Z800 workstation having 12 processors with 24GB ram in a single machine. Matlab uses only one processor .How can I make it use all processors so that the computational time will be minimal.I am using Matlab R2010a. Thanku
  3 Comments
Deviprakash Upadhyaya
Deviprakash Upadhyaya on 27 Jun 2013
Hi Matt J, Matlab is just using around 2.5 GB ram out of 24GB. Remaining 19/20 GB is not being used.what I need to do so that Matlab will use more memory.
Matt J
Matt J on 27 Jun 2013
Edited: Matt J on 27 Jun 2013
How did RAM suddenly become the issue? You asked initially about CPU usage, not RAM usage. It is the CPU usage that will dictate computation time.

Sign in to comment.

Answers (0)

Categories

Find more on Performance and Memory in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!