OpenSeesSP (2.0.0) hangs

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
pingluo
Posts: 11
Joined: Tue Jul 13, 2010 2:19 pm
Location: Texas A&M

OpenSeesSP (2.0.0) hangs

Post by pingluo » 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,

pingluo
Posts: 11
Joined: Tue Jul 13, 2010 2:19 pm
Location: Texas A&M

input file error

Post by pingluo » Wed Jul 14, 2010 1:32 pm

It turned out the tcl input file has some error that cause the program hangs.

Post Reply