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

pathfinder error #1

Open
zfy3000163 opened this issue May 7, 2024 · 4 comments
Open

pathfinder error #1

zfy3000163 opened this issue May 7, 2024 · 4 comments

Comments

@zfy3000163
Copy link

When I execute the program pathfinder, I get the error shown in the screenshot below. What is the reason for this? Thanks!
1

@zfy3000163
Copy link
Author

Do you have a prepared container image file?

@csehydrogen
Copy link
Member

csehydrogen commented May 8, 2024

Hello,
TCCL currently only considers single-NIC systems, as it is specialized to find a single ring path.
For the "No rank available" error, the number of spawned MPI processes seems too small.
If the number of GPU in a system is 8, you need to spawn at least 19 (= 3 + 8 * 2) processes per node, on all 3 nodes.

@zfy3000163
Copy link
Author

#1 (comment)
Thank you very much for your answer, it is very useful!

@Kelvin-Ng
Copy link

Is there a fundamental reason multi-NIC systems are not supported?

Do you have any suggestion on where to start if I would like to extend it to support multi-NIC?

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

No branches or pull requests

3 participants