Skip to content

Commit e74827e

Browse files
committed
Remove nccl-gib machine-specific coupling with NCCL_SOCKET_IFNAME.
1 parent f825945 commit e74827e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

var/ramble/repos/builtin/modifiers/nccl-gib/modifier.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ def _nccl_env_script_path(self):
2828
return "/usr/local/gib/scripts/set_nccl_env.sh"
2929

3030
register_builtin("source_gib", injection_method="prepend")
31-
register_builtin(
32-
"overwrite_nccl_socket_env_var",
33-
injection_method="prepend",
34-
depends_on=["source_gib"],
35-
)
36-
37-
def overwrite_nccl_socket_env_var(self):
38-
env_var_injection = ["export NCCL_SOCKET_IFNAME=enp0s19,enp192s20;"]
39-
cmds = []
40-
cmds.extend(env_var_injection)
41-
return cmds
4231

4332
def source_gib(self):
4433
import ramble.util.shell_utils

0 commit comments

Comments
 (0)