multi-core CPU to DCS
1 view (last 30 days)
Show older comments
Hi everyone,
I have worked on a project where I had several parallel programs using parfor. I have run the codes in my core i7 and got improvement. Now, I want to install MATLAB distributed computing server in my Lab and test my codes. But I dont have any experience working with DCS. Are my multi-core CPU parallel codes compatible for DCS? Can I simply run them in DCS without modification after installing DCS?
Thanks!!!
0 Comments
Answers (1)
Edric Ellis
on 19 Aug 2013
The main difference that you might find when running your code on a remote MDCS cluster is that the workers must be able to access the MATLAB code you're running. If you're using R2013a, then the new "automatically attached files" feature may well do everything you need. (See the R2013a release notes)
0 Comments
See Also
Categories
Find more on Startup and Shutdown 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!