Matlab on 16 core desktop machine

3 次查看(过去 30 天)
I need to install matlab on a box that has two processors each with 8 cores. Since the license allows one to install Matlab on 12 cores (R2011b). How do I install Matlab on the box and do I have to do anything different (i.e. configuration changes) to get Matlab installed and working correctly.
How will the parallel processing toolbox work with such a configuration.

采纳的回答

Thomas
Thomas 2011-10-26
You just need to download and install MATLAB and run the validation on the local configuration to confirm its working.
You go to Parallel > Manage Configuration > Local
Make sure the 'Folder where Job data is stored (DataLocation)' : Matlab path (/Users/USERNAME/Documents/MATLAB) on the MAC
Validation should complete successfully.
to test how many core matlabpool is taking natively run:
matlabpool open local
(it will auto detect the number of cores available and should give you the maximum allowed-12)
run:
matlabpool('Size')
- this should tell you the number of workers matlabpool is working on ( you should get a response of 12)
If it does not you can open matlabpool on 12 workers using:
matlabpool open local 12

更多回答(1 个)

Jason Ross
Jason Ross 2011-10-26
You install MATLAB like you install any other program. Start the installation program, fill in the blanks, say "go".
For parallel processing, you use the "local" scheduler, which should just work out of the box with up to 12 workers.
If you have other installation questions, contact installation support.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by