Skip to content

Commit

Permalink
fixes for flux
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Oct 31, 2023
1 parent 29ae910 commit 9520670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pympipool/flux/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ def __init__(
super().__init__(
cwd=cwd,
cores=cores,
gpus_per_core=gpus_per_core,
threads_per_core=threads_per_core,
oversubscribe=oversubscribe,
)
self._threads_per_core = threads_per_core
self._gpus_per_core = gpus_per_core
self._executor = executor
self._future = None

Expand Down

0 comments on commit 9520670

Please sign in to comment.