Skip to content
Snippets Groups Projects
Commit fa99171e authored by Jan Ebert's avatar Jan Ebert
Browse files

Fix Gloo name

parent c941cc9c
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ export MASTER_PORT=54123
# Prevent NCCL not figuring out how to initialize.
export NCCL_SOCKET_IFNAME=ib0
# Prevent GLOO not being able to communicate.
# Prevent Gloo not being able to communicate.
export GLOO_SOCKET_IFNAME=ib0
srun env -u CUDA_VISIBLE_DEVICES python -u -m torchrun_jsc \
......
......@@ -30,7 +30,7 @@ export MASTER_PORT=54123
# Prevent NCCL not figuring out how to initialize.
export NCCL_SOCKET_IFNAME=ib0
# Prevent GLOO not being able to communicate.
# Prevent Gloo not being able to communicate.
export GLOO_SOCKET_IFNAME=ib0
# For the example, we get a bunch of information from the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment