-
Notifications
You must be signed in to change notification settings - Fork 724
fix null
gpuSlots in LocalTaskHandler
#6189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
thealanjason
wants to merge
5
commits into
nextflow-io:local-gpu-executor
from
thealanjason:local-gpu-executor
Closed
fix null
gpuSlots in LocalTaskHandler
#6189
thealanjason
wants to merge
5
commits into
nextflow-io:local-gpu-executor
from
thealanjason:local-gpu-executor
+139
−8
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ben Sherman <[email protected]>
Signed-off-by: Ben Sherman <[email protected]>
Signed-off-by: Ben Sherman <[email protected]>
aed82b5
to
cbb7ef4
Compare
gpuSlots for the LocalTaskHandler need to be set before calling `submit()` Signed-off-by: Alan J Correa <[email protected]>
cbb7ef4
to
0d9350d
Compare
Starting of from: #5850 I was able to compile after rebasing on the current With the fix in this PR I was able to get the MWE at: https://github.com/thealanjason/showmehow/tree/gpu_test/usecase99 to run succesfully. Here is the
Following is the output from
|
bentsherman
reviewed
Jun 18, 2025
modules/nextflow/src/main/groovy/nextflow/processor/LocalPollingMonitor.groovy
Show resolved
Hide resolved
4f7b7ab
to
07b6a01
Compare
07b6a01
to
d1f1a8a
Compare
Incorporated into #5850 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
gpuSlots for the LocalTaskHandler need to be set before calling
submit()