Quick question... On the remote nodes stdout and sterr gets re-directed, however, I would like to dump output of print statements in compute() onto remote terminal window runningdispynode -d during development/debug. Is there an easy way to do that...? Alternate method to print to print on node terminal will also help. May be there is something already in dispy that I am unaware of. Thank you!
Quick question... On the remote nodes
stdout
andsterr
gets re-directed, however, I would like to dump output ofprint
statements incompute()
onto remote terminal window runningdispynode -d
during development/debug. Is there an easy way to do that...? Alternate method toprint
to print on node terminal will also help. May be there is something already indispy
that I am unaware of. Thank you!