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

Legion hang on rank 16 on DGX100 #1808

Open
suranap opened this issue Dec 18, 2024 · 1 comment
Open

Legion hang on rank 16 on DGX100 #1808

suranap opened this issue Dec 18, 2024 · 1 comment

Comments

@suranap
Copy link

suranap commented Dec 18, 2024

Running FlexFlow on Stanford's Marlowe, which is a DGX H100 machine. It completes the entire training run and hangs on Legion shutdown for rank 16.

  • 1 node * 4 procs/node = WORKS
  • 1 node * 8 procs/node = WORKS
  • 2 node * 4 procs/node = WORKS
  • 2 node * 8 procs/node = FREEZE
  • 4 node * 4 procs/node = FREEZE

Here's my srun:
srun --output ${LOGS}/run_%t.log --ntasks-per-node=8 select_gpu_device.sh ./build-default/flexflow_python examples/python/native/mnist_mlp.py -ll:py 1 -ll:gpu 1 -ll:fsize 70000 -ll:zsize 10000 -lg:inorder -ll:force_kthreads

Attached backtrace and logs for 2 node * 8 procs/node:
N2n16_flexflow.tgz

Let me know what else you need to debug this.

@lightsighter
Copy link
Contributor

Report the output of -level shutdown=2.

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

2 participants