is it possible to retrieve command window output of parallel worker

22 次查看(过去 30 天)
Is it possible to retrieve the command window output from a worker when using parfeval? Specifically I'd like to catch listener errors that are typically printed out as warnings (normal messages) in the command window.

回答(2 个)

Walter Roberson
Walter Roberson 2018-1-6
  1 个评论
Jim Hokanson
Jim Hokanson 2018-1-6
Thanks for the links. I'm curious as to how pmode works with parfeval. I'll have to give it a try when I get a chance.
The second question seems to be unanswered. At some point I was getting errors on quitting Matlab and wanted to know what was being printed to the command window. Thinking myself clever I setup a diary. Unfortunately, as the poster is pointing out, if you don't close the diary you don't get the output. Thus I've never found a good way of properly capturing the command window output (whether in the client or in a worker).
Although now that I think about it is possible to grab the client's command window text (I think) and thus if I ran the same code on the worker that might work as well ...

请先登录,再进行评论。


Jim Hokanson
Jim Hokanson 2018-1-6
编辑:Walter Roberson 2018-1-6
Presumably you could use this when run in the worker ... https://www.mathworks.com/matlabcentral/fileexchange/31438-command-window-text

类别

Help CenterFile Exchange 中查找有关 Parallel for-Loops (parfor) 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by