Make a better error message.
This commit was SVN r18014.
Этот коммит содержится в:
родитель
3b42d2268d
Коммит
d0f12f3df0
@ -10,15 +10,19 @@
|
||||
# University of Stuttgart. All rights reserved.
|
||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
# This is the US/English general help file for Open MPI.
|
||||
#
|
||||
[btl:no-nics]
|
||||
%s: %s on host %s was unable to find any %ss.
|
||||
%s: A high-performance Open MPI point-to-point messaging module
|
||||
was unable to find any relevant network interfaces:
|
||||
|
||||
Module: %s
|
||||
Host: %s
|
||||
|
||||
Another transport will be used instead, although this may result in
|
||||
lower performance.
|
||||
|
@ -10,7 +10,7 @@
|
||||
* University of Stuttgart. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2006-2007 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2006-2008 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2006-2007 Mellanox Technologies. All rights reserved.
|
||||
* Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights
|
||||
* reserved.
|
||||
@ -1429,7 +1429,7 @@ btl_openib_component_init(int *num_btl_modules,
|
||||
ib_devs = ibv_get_device_list_compat(&num_devs);
|
||||
|
||||
if(0 == num_devs || NULL == ib_devs) {
|
||||
mca_btl_base_error_no_nics("OpenIB", "HCA");
|
||||
mca_btl_base_error_no_nics("OpenFabrics (openib)", "HCA");
|
||||
goto no_btls;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user