Skip to content

Commit

Permalink
Resolve issue with threads not being passed correctly in job manager
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvrajjain2003 committed Apr 24, 2024
1 parent ea32c14 commit 8ca399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clpipe/job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def create_submission_head(self):
if self.config.thread_command_active:
head.append(
self.config.n_threads_command.format(
nthreads=self.config.n_threads_default
nthreads=self.config.threads
)
)
if self.config.job_id_command_active:
Expand Down

0 comments on commit 8ca399e

Please sign in to comment.