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,
OpenSeesSP (2.0.0) hangs
Moderator: selimgunay
input file error
It turned out the tcl input file has some error that cause the program hangs.