You are here

Program stucked at "Master Node -- Waiting for job request"

4 posts / 0 new
Last post
Program stucked at "Master Node -- Waiting for job request"
#1

Hello, Did anyone see the issue “protocols.jobdist.JobDistributors: (0) Master Node -- Waiting for job request; tag_ = 1” when the rosetta was running?

Post Situation: 
Tue, 2020-04-14 10:30
Xinhang

This was just answered in a separate thread.

Usually this means you are running the MPI compile of rosetta without your system's mpirun command or its equivalent.

Tue, 2020-04-14 10:41
smlewis

I've just run the program with mpirun command. But it crashed with this log file. Do you have idea about this issue? Thanks a lot.

File attachments: 
Wed, 2020-04-15 16:46
Xinhang

I've seen this recently but it was resolved by the user just using a different version of Rosetta.  Segfaults give us very little information to fix it.  Generally if there is a segfault the correct thing to do is try repeating it in debug mode without mpi (so compile without mode=release or extras=mpi) so we can see if that gives an earlier / saner error message.

Wed, 2020-04-15 19:15
smlewis