フィルターのクリア

Multi computer parallel simulation

1 回表示 (過去 30 日間)
Alexandre
Alexandre 2014 年 7 月 8 日
回答済み: Edric Ellis 2014 年 7 月 8 日
Hi everyone,
I work on a network where a lot of computers are connected. Most of them use less than 5% of their CPU most of the time (word, firefox...etc) whereas mine runs long simulations on Matlab. By using the parallel toolbox, I managed to speed up my code and use my 4 cores. I would like to bring it to the next step and find a way to use all the cores of all the computers on the network. Is that possible ? (using Matlab 2012b and higher)
This way matlabpool would not only detect my 4 cores but also all the cores that are on the network.
Thanks in advance,
Alex

採用された回答

Edric Ellis
Edric Ellis 2014 年 7 月 8 日
To use MATLABPOOL with more than one computer, you need MATLAB Distributed Computing Server. With this, you'll need to set up some sort of scheduler system (one is included with MDCS) to manage the jobs running on those computers.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCluster Configuration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by