google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Access to full qsub command executed for each task #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As discussed, it would be great to be able to access the full qsub (or 
equivalent) command that was executed for each task. This would be very useful 
for troubleshooting etc.

Thanks.

Original issue reported on code.google.com by CasSim...@gmail.com on 19 Aug 2011 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by aahun...@gmail.com on 27 Feb 2012 at 2:16

GoogleCodeExporter commented 9 years ago
should be fixed in 4979:aad8a403afb2

New yabi.conf config directives to control logging of this information. Default 
setting is on, that is to log

{{{
#
# Execution Plugin Global Settings
# ================================
# These settings control some aspects of the execution plugins. The settings 
apply to all the plugins.
[execution]

#
# Log the full command for each job submission on a cluster. This is useful for 
debug. You can turn this off when all your
# execution backends are operating properly.
#
logcommand: yes

#
# Log any scripts associated with the job submission. This is again useful for 
debug.
# 
logscripts: yes
}}}

Original comment by retrogra...@gmail.com on 17 Apr 2012 at 7:10