Show More
@@ -786,8 +786,8 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. |
|
789 | t.engine_args.extend(self.cluster_args) | |
790 |
t. |
|
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