Show More
@@ -965,7 +965,7 b' class SGELauncher(PBSLauncher):' | |||||
965 | job_array_regexp = Unicode('#\$\W+\-t') |
|
965 | job_array_regexp = Unicode('#\$\W+\-t') | |
966 | job_array_template = Unicode('#$ -t 1-{n}') |
|
966 | job_array_template = Unicode('#$ -t 1-{n}') | |
967 | queue_regexp = Unicode('#\$\W+-q\W+\$?\w+') |
|
967 | queue_regexp = Unicode('#\$\W+-q\W+\$?\w+') | |
968 |
queue_template = Unicode('#$ -q |
|
968 | queue_template = Unicode('#$ -q {queue}') | |
969 |
|
969 | |||
970 | class SGEControllerLauncher(SGELauncher): |
|
970 | class SGEControllerLauncher(SGELauncher): | |
971 | """Launch a controller using SGE.""" |
|
971 | """Launch a controller using SGE.""" |
General Comments 0
You need to be logged in to leave comments.
Login now