Should I close the matlabpool

3 ビュー (過去 30 日間)
Yanai
Yanai 2013 年 3 月 27 日
I have an external application open an MCR, call "matlabpool open", run parallel code and quit the matlab. The above may occur several times before a complete shutdown.
Should I run "matlabpool close" before quiting matlab? Or is the matlabpool automatically being closed?
I'm using version 2012a.

回答 (1 件)

Richard Alcock
Richard Alcock 2013 年 3 月 28 日
The pool should notice when the client MCR (or client MATLAB) goes away and will effectively be closed at that point - the cluster's resources will be released. But calling matlabpool close makes it clearer what your intent is and gives the pool the chance to close cleanly.

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by