help-mpi-btl-openib.txt

来自「MPI stands for the Message Passing Inter」· 文本 代码 · 共 183 行

TXT
183
字号
# -*- text -*-## Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana#                         University Research and Technology#                         Corporation.  All rights reserved.# Copyright (c) 2004-2005 The University of Tennessee and The University#                         of Tennessee Research Foundation.  All rights#                         reserved.# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, #                         University of Stuttgart.  All rights reserved.# Copyright (c) 2004-2006 The Regents of the University of California.#                         All rights reserved.# Copyright (c) 2006-2007 Cisco Systems, Inc.  All rights reserved.# $COPYRIGHT$# # Additional copyrights may follow# # $HEADER$## This is the US/English general help file for Open MPI.#[ini file:file not found]The Open MPI OpenIB BTL component was unable to find or read an INIfile that was requested via the btl_openib_hca_param_files MCAparameter.  Please check this file and/or modify thebtl_openib_hca_param_files MCA parameter:    %s[ini file:not in a section]In parsing OpenIB BTL parameter file, values were found that were notin a valid INI section.  These values will be ignored.  Pleasere-check this file:    %sAt line %d, near the following text:    %s[ini file:unexpected token]In parsing OpenIB BTL parameter file, unexpected tokens were found(this may cause significant portions of the INI file to be ignored).Please re-check this file:    %sAt line %d, near the following text:    %s[ini file:expected equals]In parsing OpenIB BTL parameter file, unexpected tokens were found(this may cause significant portions of the INI file to be ignored).An equals sign ("=") was expected but was not found.  Please re-checkthis file:    %sAt line %d, near the following text:    %s[ini file:expected newline]In parsing OpenIB BTL parameter file, unexpected tokens were found(this may cause significant portions of the INI file to be ignored).A newline was expected but was not found.  Please re-check this file:    %sAt line %d, near the following text:    %s[ini file:unknown field]In parsing OpenIB BTL parameter file, an unrecognized field name wasfound.  Please re-check this file:    %sAt line %d, the field named:    %sThis field, and any other unrecognized fields, will be skipped.[no hca params found]WARNING: No HCA parameters were found for the HCA that Open MPIdetected:    Hostname:           %s    HCA vendor ID:      0x%04x    HCA vendor part ID: %dDefault HCA parameters will be used, which may result in lowerperformance.  You can edit any of the files specified by thebtl_openib_hca_param_files MCA parameter to set values for your HCA.NOTE: You can turn off this warning by setting the MCA parameter      btl_openib_warn_no_hca_params_found to 0.[init-fail-no-mem]The OpenIB BTL failed to initialize while trying to allocate somelocked memory.  This typically can indicate that the memlock limitsare set too low.  For most HPC installations, the memlock limitsshould be set to "unlimited".  The failure occured here:    Host:          %s    OMPI source:   %s:%d    Function:      %s()    Device:        %s    Memlock limit: %sYou may need to consult with your system administrator to get thisproblem fixed.  This FAQ entry on the Open MPI web site may also behelpful:    http://www.open-mpi.org/faq/?category=openfabrics#ib-locked-pages[init-fail-create-q]The OpenIB BTL failed to initialize while trying to create an internalqueue.  This typically indicates a failed OpenFabrics installation orfaulty hardware.  The failure occured here:    Host:        %s    OMPI source: %s:%d    Function:    %s()    Error:       %s (errno=%d)    Device:      %sYou may need to consult with your system administrator to get thisproblem fixed.[btl_openib:retry-exceeded]The InfiniBand retry count between two MPI processes has beenexceeded.  "Retry count" is defined in the InfiniBand spec 1.2(section 12.7.38):    The total number of times that the sender wishes the receiver to    retry timeout, packet sequence, etc. errors before posting a    completion error.This error typically means that there is something awry within theInfiniBand fabric itself.  You should note the hosts on which thiserror has occurred; it has been observed that rebooting or removing aparticular host from the job can sometimes resolve this issue.  Two MCA parameters can be used to control Open MPI's behavior withrespect to the retry count:* btl_openib_ib_retry_count - The number of times the sender will  attempt to retry (defaulted to 7, the maximum value).* btl_openib_ib_timeout - The local ACK timeout parameter (defaulted  to 10).  The actual timeout value used is calculated as:     4.096 microseconds * (2^btl_openib_ib_timeout)  See the InfiniBand spec 1.2 (section 12.7.34) for more details.[no active ports found]WARNING: There is at least on IB HCA found on host '%s', but there isno active ports detected. This is most certainly not what you wanted.Check your cables and SM configuration.[error in hca init]WARNING: There were errors during IB HCA initialization on host '%s'.[default subnet prefix]WARNING: There are more than one active ports on host '%s', but thedefault subnet GID prefix was detected on more than one of theseports.  If these ports are connected to different physical IBnetworks, this configuration will fail in Open MPI.  This version ofOpen MPI requires that every physically separate IB subnet that isused between connected MPI processes must have different subnet IDvalues.Please see this FAQ entry for more details:  http://www.open-mpi.org/faq/?category=openfabrics#ofa-default-subnet-gidNOTE: You can turn off this warning by setting the MCA parameter      btl_openib_warn_default_gid_prefix to 0.[ibv_fork requested but not supported]WARNING: fork() support was requested for the openib BTL, but it isnot supported on the host %s.  Deactivating the openib BTL.[ibv_fork_init fail]WARNING: fork() support was requested for the openib BTL, but thelibrary call ibv_fork_init() failed on the host %s.Deactivating the openib BTL.[invalid mca param value]WARNING: OpenFabric btl paramet configured to illegal value:%s%s

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?