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

[Feature] add preflight NCCL and GEMM check to multinode slurm script #915

Open
lessw2020 opened this issue Mar 3, 2025 · 0 comments
Open
Assignees

Comments

@lessw2020
Copy link
Contributor

Based on experience at scale - we need to add a preflight NCCL and GEMM check to our multi-node slurm script.
The idea here is the NCCL check verifies network and the GEMM check verifies no XID or other random issues that will create Nans.
This is based on feedback from another person who manages a large cluster as a way to avoid launching large scale runs to have them time out.
(if it hangs at the start, then the resetting of the timeout we do at iter 1-2 doesn't help b/c it never go there).
Saw that a lot this weekend due to slow nodes and consumed a ton of time.

@lessw2020 lessw2020 self-assigned this Mar 3, 2025
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

1 participant