1
1
This commit was SVN r18014.
Этот коммит содержится в:
Jeff Squyres 2008-03-29 12:54:24 +00:00
родитель 3b42d2268d
Коммит d0f12f3df0
2 изменённых файлов: 10 добавлений и 6 удалений

Просмотреть файл

@ -10,15 +10,19 @@
# University of Stuttgart. All rights reserved. # University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California. # Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved. # All rights reserved.
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$ # $COPYRIGHT$
# #
# Additional copyrights may follow # Additional copyrights may follow
# #
# $HEADER$ # $HEADER$
# #
# This is the US/English general help file for Open MPI.
#
[btl:no-nics] [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
Another transport will be used instead, although this may result in 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. lower performance.

Просмотреть файл

@ -10,7 +10,7 @@
* University of Stuttgart. All rights reserved. * University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California. * Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved. * 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 Mellanox Technologies. All rights reserved.
* Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights * Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights
* reserved. * reserved.
@ -1429,7 +1429,7 @@ btl_openib_component_init(int *num_btl_modules,
ib_devs = ibv_get_device_list_compat(&num_devs); ib_devs = ibv_get_device_list_compat(&num_devs);
if(0 == num_devs || NULL == ib_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; goto no_btls;
} }