multi-core CPU to DCS

1 Ansicht (letzte 30 Tage)
oblivious
oblivious am 16 Aug. 2013
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!!!

Antworten (1)

Edric Ellis
Edric Ellis am 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)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by