Fix copy/paste typo in error message

This commit is contained in:
Sylvain Jeaugey 2017-02-22 11:56:09 -08:00
parent 8e1d6f9b60
commit c219a183d0

View File

@ -1,5 +1,5 @@
/*************************************************************************
* Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
* Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved.
*
* See LICENSE.txt for license information
************************************************************************/
@ -823,7 +823,7 @@ ncclResult_t ncclCommInitAll(ncclComm_t* comms, int ndev, const int* devlist) {
showVersion();
NCCLCHECK(PtrCheck(comms, "CommInitRank", "comms"));
NCCLCHECK(PtrCheck(comms, "CommInitAll", "comms"));
if (ndev < 1) {
WARN("Invalid device count requested : %d", ndev);