use 'matlabpool open' but not use parallel structure.
1 回表示 (過去 30 日間)
古いコメントを表示
I use matlabpool('open','profile1',16) before evaluate my code, and there is no 'pafor','spmd' or any other parallel code. it means I do not use parallel computing.
BUT when I evaluate my code ,I detect data transmission between all the labs(or workers). Is there anyone know WHY. THANK YOU for taking your time.
1 件のコメント
Jason Ross
2012 年 7 月 30 日
It's pure speculation if you don't post the code and/or functions you are using.
回答 (1 件)
Suresh Deoda
2012 年 7 月 30 日
There are some functions/toolboxes which has builtin support for parallel processing without any coding. So i guess you might be calling some of those functions.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!