OpenSeesSP (2.0.0) hangs
Posted: Tue Jul 13, 2010 2:39 pm
Hi,
When I run OpenSeesSP (build from version 2.0.0) on our AIX power5 cluster, it hangs.
While checking the source code, I found the worker tasks are always waiting for receiving data at the line
if (theChannel->recvID(0,0.idData)<0)
in MachineBroker.cpp. But the message never comes, the worker tasks hangs.
I tried to find which line of code sends the data for the receiver, but it is not easy. Can someone tell me where is the send and why the message never been sent out.
Thanks,
When I run OpenSeesSP (build from version 2.0.0) on our AIX power5 cluster, it hangs.
While checking the source code, I found the worker tasks are always waiting for receiving data at the line
if (theChannel->recvID(0,0.idData)<0)
in MachineBroker.cpp. But the message never comes, the worker tasks hangs.
I tried to find which line of code sends the data for the receiver, but it is not easy. Can someone tell me where is the send and why the message never been sent out.
Thanks,