##// END OF EJS Templates
don't automatically add jobarray or queue lines to user template...
MinRK -
Show More
@@ -869,6 +869,8 b' class BatchSystemLauncher(BaseLauncher):'
869 869 # third (last) priority is default_template
870 870 self.batch_template = self.default_template
871 871
872 # add jobarray or queue lines to user-specified template
873 # note that this is *only* when user did not specify a template.
872 874 regex = re.compile(self.job_array_regexp)
873 875 # print regex.search(self.batch_template)
874 876 if not regex.search(self.batch_template):
General Comments 0
You need to be logged in to leave comments. Login now