Source code for gigl.distributed.dist_context
from dataclasses import dataclass
@dataclass(frozen=True)
[docs]
class DistributedContext:
"""
GiGL Distributed Context
"""
# TODO (mkolodner-sc): Investigate adding local rank and local world size
# Main Worker's IP Address for RPC communication
# Rank of machine
# Total number of machines