gigl.distributed.constants#
Attributes#
Functions#
Tolerance for GLT's cross-rank sampling-worker RPC gather, in seconds. |
|
Bound on how long a rank waits for its own sampling workers to reach the init barrier. |
Module Contents#
- gigl.distributed.constants.sampling_rpc_init_timeout_seconds()[source]#
Tolerance for GLT’s cross-rank sampling-worker RPC gather, in seconds.
Raise this when ranks can legitimately reach loader construction more than the default apart – e.g. a run whose CSR assembly has a slow single-rank fallback path.
- Return type:
int
- gigl.distributed.constants.sampling_worker_init_timeout_seconds()[source]#
Bound on how long a rank waits for its own sampling workers to reach the init barrier.
Derived from the gather tolerance rather than configured separately, so raising
GIGL_SAMPLING_RPC_INIT_TIMEOUT_SECONDSmoves both bounds coherently.- Return type:
int