multi-core CPU to DCS

3 次查看(过去 30 天)
oblivious
oblivious 2013-8-16
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!!!

回答(1 个)

Edric Ellis
Edric Ellis 2013-8-19
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)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by