📄 help-mca-base.txt
字号:
# -*- 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-2005 The Regents of the University of California.# All rights reserved.# $COPYRIGHT$# # Additional copyrights may follow# # $HEADER$## This is the US/English help file for Open MPI MCA error messages.#[find-available:none-found]No available %s components were found!This means that there are no components of this type installed on yoursystem or all the components reported that they could not be used.This is a fatal error; your MPI process is likely to abort. Check theoutput of the "ompi_info" command and ensure that components of thistype are available on your system. You may also wish to check thevalue of the "component_path" MCA parameter and ensure that it has atleast one directory that contains valid MCA components.[find-available:not-valid]The %s component was not found!This means that this component is either not installed, or unable to be used on your system.[framework-param:too-many-negates]MCA framework parameters can only take a single negation operator("^"), and it must be at the beginning of the value. The followingvalue violates this rule: %sWhen used, the negation operator sets the "exclusive" behavior mode,meaning that it will exclude all specified components (and implicitlyinclude all others). If the negation operator is not specified, the"inclusive" mode is assumed, meaning that all specified componentswill be included (and implicitly exclude all others).For example, "^a,b" specifies the exclusive behavior and means "useall components *except* a and b", while "c,d" specifies the inclusivebehavior and means "use *only* components c and d."You cannot mix inclusive and exclusive behavior.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -