shuoyangd / tape4nmt

a ducttape workflow for neural machine translation
14 stars 6 forks source link

`-sync y` breaks Sun GridEngine #16

Closed shuoyangd closed 5 years ago

shuoyangd commented 5 years ago

Should be able to fix it by hanging the job on exitcode, instead of waiting for qsub to return.

mjpost commented 5 years ago

Really? How does this break? That's too bad.

shuoyangd commented 5 years ago

On CLSP grid, after submitting large batch of jobs with -sync y, the following error would pop up:

Unable to initialize environment because of error: cannot register event client. Only 979 event clients are allowed in the system

According to Dan, this is a bug in qmaster, so -sync y should be avoided.

shuoyangd commented 5 years ago

resolved with a4e0b71