##// END OF EJS Templates
fix controller_args -> engine_args typo in WinHPCEngine
MinRK -
Show More
@@ -786,8 +786,8 b' class WindowsHPCEngineSetLauncher(WindowsHPCLauncher, ClusterAppMixin):'
786 # files that the scheduler redirects to.
786 # files that the scheduler redirects to.
787 t.work_directory = self.profile_dir
787 t.work_directory = self.profile_dir
788 # Add the profile_dir and from self.start().
788 # Add the profile_dir and from self.start().
789 t.controller_args.extend(self.cluster_args)
789 t.engine_args.extend(self.cluster_args)
790 t.controller_args.extend(self.engine_args)
790 t.engine_args.extend(self.engine_args)
791 job.add_task(t)
791 job.add_task(t)
792
792
793 self.log.info("Writing job description file: %s" % self.job_file)
793 self.log.info("Writing job description file: %s" % self.job_file)
General Comments 0
You need to be logged in to leave comments. Login now