Skip to content
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

[QST]: How to use Multi-GPU computation in cugraph? #3872

Closed
2 tasks done
whuLames opened this issue Sep 23, 2023 · 2 comments
Closed
2 tasks done

[QST]: How to use Multi-GPU computation in cugraph? #3872

whuLames opened this issue Sep 23, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@whuLames
Copy link

whuLames commented Sep 23, 2023

What is your question?

I run the code in there for using Multi-GPU computation,but the code have the following error:
Function: _func_ucp_listener_port
args: ()
kwargs: {}
Traceback (most recent call last):
File "/root/miniconda3/lib/python3.8/site-packages/distributed/worker.py", line 3288, in run
result = function(*args, **kwargs)
File "/root/miniconda3/lib/python3.8/site-packages/raft_dask/common/comms.py", line 407, in _func_ucp_listener_port
return get_ucx().listener_port()
File "/root/miniconda3/lib/python3.8/site-packages/raft_dask/common/comms.py", line 317, in get_ucx
sessionId="ucp", state_object=get_worker()
File "/root/miniconda3/lib/python3.8/site-packages/distributed/worker.py", line 2714, in get_worker
raise ValueError("No worker found") from None
ValueError: No worker found

I dont change any word in the example code, I wan to know what cause the error and how should I do to solve it ?

Thanks !

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open issues and have found no duplicates for this question
@whuLames whuLames added the question Further information is requested label Sep 23, 2023
@BradReesWork BradReesWork assigned rlratzel and VibhuJawa and unassigned rlratzel Sep 25, 2023
@VibhuJawa
Copy link
Member

@whuLames , Can you share the full stacktrace , this seems like a problem while starting a cluster but will need more information.

@BradReesWork
Copy link
Member

no response, closing. Can be reopned if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants