Update detailed reason

This commit is contained in:
ZPaC 2023-02-07 11:37:05 +08:00
parent 211a575732
commit ed2d97c7f2
1 changed files with 1 additions and 1 deletions

View File

@ -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";