ksuit.distributed.config.distributed_config

Classes

Module Contents

class ksuit.distributed.config.distributed_config.DistributedConfig
static is_managed()
Return type:

bool

get_local_rank()
Return type:

int

get_num_nodes()
Return type:

int

get_managed_world_size()
Return type:

int

get_managed_rank()
Return type:

int

static is_distributed()
Return type:

bool

get_rank()
Return type:

int

get_world_size()
Return type:

int

is_data_rank0()
Return type:

bool

is_rank0()
Return type:

bool

is_local_rank0()
Return type:

bool

barrier()
Return type:

None