google-code-export / yabi

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

15 char job name limit in PBSPro causing errors #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From Mark:

And seeing that we have had these recently:
1001210.epic      yabi-task-99991  bioflow           00:00:00 F smallq          
1001211.epic      yabi-task-99992  bioflow           00:00:00 F smallq

I would say that you've hit 100,000 tasks and gone over the 15 character limit 
for job name.

Error is:

SSH exited 2 with message qsub: illegal -N value\nusage: qsub [-a date_time] 
[-A account_string] [-c interval]\n\t[-C directive_prefix] [-e path] [-h ] [-I 
[-X]] [-j oe|eo] [-J X-Y[:Z]]\n\t[-k o|e|oe] [-l resource_list] [-m 
mail_options] [-M user_list]\n\t[-N jobname] [-o path] [-p priority] [-q queue] 
[-r y|n]\n\t[-S path] [-u user_list] [-W otherattributes=value...]\n\t[-v 
variable_list] [-V ] [-z] [script | -- command [arg1 ...]]\n       qsub 
--version\n')

Original issue reported on code.google.com by amacgregor on 21 Feb 2012 at 4:33

GoogleCodeExporter commented 9 years ago
CW made base of name shorter in backend.

Original comment by amacgregor on 21 Feb 2012 at 7:30