cannot submit >=1 sge job #255
Answered
by
mschubert
nick-youngblut
asked this question in
Q&A
|
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. |
Answered by
mschubert
Jun 15, 2020
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 |
0 replies
Answer selected by
mschubert
|
Thanks for answering my simple questions! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.