Home
last modified time | relevance | path

Searched refs:env_rank_id (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/dataset/core/
Dconfig.py71 env_rank_id = os.getenv("RANK_ID", None)
74 if env_rank_size and env_rank_id:
77 rank_id = int(env_rank_id.strip())
/third_party/mindspore/mindspore/ccsrc/utils/context/
Dcontext_extends.cc243 auto env_rank_id = common::GetEnv("RANK_ID"); in SetHcclOptions() local
245 if (!(env_table_file.empty() || env_rank_id.empty())) { in SetHcclOptions()
254 (*ge_options)["ge.exec.rankId"] = env_rank_id; in SetHcclOptions()
255 (*ge_options)["ge.exec.podName"] = env_rank_id; in SetHcclOptions()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc153 auto env_rank_id = common::GetEnv("RANK_ID"); in SetOpMappingInfo() local
154 if (ms_context->get_param<bool>(MS_CTX_ENABLE_HCCL) && !env_rank_id.empty()) { in SetOpMappingInfo()
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.cc557 auto env_rank_id = common::GetEnv("RANK_ID"); in GetOpOverflowBinPath() local
558 if (ms_context->get_param<bool>(MS_CTX_ENABLE_HCCL) && !env_rank_id.empty()) { in GetOpOverflowBinPath()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_session.cc1236 auto env_rank_id = common::GetEnv("RANK_ID"); in InitRuntimeResource() local
1237 if (ms_context->get_param<bool>(MS_CTX_ENABLE_HCCL) && !env_rank_id.empty()) { in InitRuntimeResource()