2012-01-30 65 views
1

我對主從式HPC任務使用IPython 0.12。我只是從0.10.1切換到0.12。我對我的代碼沒有太多的改變。但ipcontroller和客戶端程序輸出以下消息:IPython 0.12錯誤

E: Unhandled error on recv: 11/Resource temporarily unavailable 
E: Unhandled error on send: 11/Resource temporarily unavailable 
E: Unhandled error on recv: 11/Resource temporarily unavailable 
E: Unhandled error on send: 11/Resource temporarily unavailable 
E: Unhandled error on recv: 11/Resource temporarily unavailable 
E: Unhandled error on send: 11/Resource temporarily unavailable 

進程仍在運行。我甚至不知道錯誤在哪裏?我如何追蹤錯誤?這只是一個警告?

+0

你有什麼版本的libzmq? ('import zmq; print zmq.zmq_version()') – minrk 2012-01-30 18:11:40

回答