forked from mindspore-Ecosystem/mindspore
!48506 Update detailed reason
Merge pull request !48506 from ZPaC/code_docs_master
This commit is contained in:
commit
f40e159dd1
|
@ -37,7 +37,7 @@ constexpr char kDetailedFailureReason[] =
|
|||
"Maybe you are trying to call 'mindspore.communication.init()' without using 'mpirun', which will make MindSpore "
|
||||
"load several environment variables and check their validation. Please use 'mpirun' to launch this process to fix "
|
||||
"this issue, or refer to this link if you want to run distributed training without using 'mpirun': "
|
||||
"https://www.mindspore.cn/docs/programming_guide/zh-CN/r1.6/distributed_training_gpu.html#openmpi.";
|
||||
"https://www.mindspore.cn/tutorials/experts/zh-CN/master/parallel/train_gpu.html";
|
||||
|
||||
constexpr char kEnvServerNum[] = "MS_SERVER_NUM";
|
||||
constexpr char kEnvWorkerNum[] = "MS_WORKER_NUM";
|
||||
|
|
Loading…
Reference in New Issue