You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using gridtk with UGE and it seems to work. The only problem I've had is when using qsub -sync it circumvents the -terse functionality (see below). I was also unable to make any comments or issues in the GitLab instance where this repo is mirrored, so sorry if I missed something (?).
fromgridtk.toolsimportqsubqsub([jobscript],
sge_extra_args='-sync y -V')
Hi @anjos et. al,
I'm using gridtk with UGE and it seems to work. The only problem I've had is when using
qsub -sync
it circumvents the-terse
functionality (see below). I was also unable to make any comments or issues in the GitLab instance where this repo is mirrored, so sorry if I missed something (?).The following has output like this:
123456 Job 123456 exited with exit code 0.
I tested the output in my python console with the code from the original traceback which pointed me here:
https://github.com/bioidiap/gridtk/blob/82d328d5f9de18ac569a6856175ed071d20ba998/src/gridtk/tools.py#L258C12-L258C55
The text was updated successfully, but these errors were encountered: