From ed2d97c7f29f8a1c27104b438c324454b7545489 Mon Sep 17 00:00:00 2001 From: ZPaC Date: Tue, 7 Feb 2023 11:37:05 +0800 Subject: [PATCH] Update detailed reason --- mindspore/ccsrc/distributed/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ccsrc/distributed/constants.h b/mindspore/ccsrc/distributed/constants.h index 64ac6056b2e..e2c98759a62 100644 --- a/mindspore/ccsrc/distributed/constants.h +++ b/mindspore/ccsrc/distributed/constants.h @@ -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";