You are here

jd2 time out error

3 posts / 0 new
Last post
jd2 time out error
#1

Hi,

I'm running some modeling with symmetry docking protocol (SymDock.mpi.macosgccrelease). I noticed that some of my runs ended with an error message such as this (the exact of seconds of timeout varies):

ERROR: quick exit from job-distributor due to flag jd2::XXX and timeout of 104.5 seconds
ERROR:: Exit from: src/protocols/jd2/MPIFileBufJobDistributor.cc line: 318

This error appeared to be random that it could happen at any point of the computation and if I re-ran the computation with the same inputs and flags, the error could just go away or happen at a different point.
This error also does not affect the decoys created.

My question is if there is a flag I can set to ignore the timeout?

Best regards,

Yisong

Post Situation: 
Mon, 2013-03-04 20:47
ytao

Hi Yisong,

This error occurs when using silent file output with MPI, and is due to an overzealous termination when MPI communication takes longer than expected. You can remove this timeout by adding the following option to your command line: -jd2:mpi_timeout_factor 0.0

-Tim

Tue, 2013-03-05 06:20
tjacobs

Hi Tim,
I followed your suggestion and the issue is solved. Thank you very much!

Yisong

Tue, 2013-03-05 13:05
ytao