cannot submit >=1 sge job #255
-
|
I've tried messing around with My SGE template: SessionInfo: btw, does anyone know if there's a way to use wildcards for the log file names for SGE? I'd like each job to write a separate log file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
It looks to me like the "array job" line is missing in your template:
See here for details: https://mschubert.github.io/clustermq/articles/userguide.html#scheduler-templates You can split your log files per worker using |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for answering my simple questions! |
Beta Was this translation helpful? Give feedback.
It looks to me like the "array job" line is missing in your template:
See here for details: https://mschubert.github.io/clustermq/articles/userguide.html#scheduler-templates
You can split your log files per worker using
\$TASK_IDin the file name.