📄 help-orterun.txt
字号:
# -*- text -*-## Copyright (c) 2004-2006 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 (c) 2007 Cisco Systems, Inc. All rights reserved.# $COPYRIGHT$# # Additional copyrights may follow# # $HEADER$## This is the US/English general help file for Open RTE's orterun.#[orterun:init-failure]Open RTE was unable to initialize properly. The error occured whileattempting to %s. Returned value %d instead of ORTE_SUCCESS.[orterun:usage]%s (%s) %sUsage: %s [OPTION]... [PROGRAM]...Start the given program using Open RTE%sReport bugs to %s[orterun:version]%s (%s) %sReport bugs to %s[orterun:allocate-resources]%s was unable to allocate enough resources to start your application.This might be a transient error (too many nodes in the cluster wereunavailable at the time of the request) or a permenant error (yourequsted more nodes than exist in your cluster).While probably only useful to Open RTE developers, the error returnedwas %d.[orterun:error-spawning]%s was unable to start the specified application. An attempt has beenmade to clean up all processes that did start. The error returned was%d.[orterun:appfile-not-found]Unable to open the appfile: %sDouble check that this file exists and is readable.[orterun:executable-not-specified]No executable was specified on the %s command line.Aborting.[orterun:multi-apps-and-zero-np]%s found multiple applications specified on the command line, withat least one that failed to specify the number of processes to execute.When specifying multiple applications, you must specify how many processesof each to launch via the -np argument.[orterun:nothing-to-do]%s could not find anything to do.It is possible that you forgot to specify how many processes to runvia the "-np" argument.[orterun:call-failed]%s encountered a %s call failure. This should not happen, andusually indicates an error within the operating system itself.Specifically, the following error occurred: %sThe only other available information that may be helpful is the errnothat was returned: %d.[orterun:environ]%s was unable to set %s = %sin the environment. Returned value %d instead of ORTE_SUCCESS.[orterun:precondition]%s was unable to precondition transportsReturned value %d instead of ORTE_SUCCESS.[orterun:attr-failed]%s was unable to define an attributeReturned value %d instead of ORTE_SUCCESS.[orterun:proc-aborted]%s noticed that job rank %lu with PID %lu on node %s exited on signal %d.[orterun:proc-aborted-strsignal]%s noticed that job rank %lu with PID %lu on node %s exited on signal %d (%s). [orterun:abnormal-exit]WARNING: %s has exited before it received notification that allstarted processes had terminated. You should double check and ensurethat there are no runaway processes still executing.#[orterun:sigint-while-processing]WARNING: %s is in the process of killing a job, but has detected aninterruption (probably control-C).It is dangerous to interrupt %s while it is killing a job (propertermination may not be guaranteed). Hit control-C again within 1second if you really want to kill %s immediately.#[orterun:empty-prefix]A prefix was supplied to %s that only contained slashes. This is a fatal error; %s will now abort. No processes were launched.#[debugger-mca-param-not-found]Internal error -- the orte_base_debugger MCA parameter was not able tobe found. Please contact the Open RTE developers; this should nothappen.#[debugger-orte_base_user_debugger-empty]The MCA parameter "orte_base_user_debugger" was empty, indicating thatno user-level debuggers have been defined. Please set this MCAparameter to a value and try again.#[debugger-not-found]A suitable debugger could not be found in your PATH. Check the valuesspecified in the orte_base_user_debugger MCA parameter for the list ofdebuggers that was searched.#[debugger-exec-failed]%s was unable to launch the specified debugger. This is what waslaunched: %sThings to check: - Ensure that the debugger is installed properly - Ensure that the "%s" executable is in your path - Ensure that any required licenses are available to run the debugger#[orterun:daemon-die]%s was unable to cleanly terminate the daemons for this job. Returned value %s instead of ORTE_SUCCESS.#[debugger requires -np]The number of MPI processes to launch was not specified on the commandline.The %s debugger requires that you specify a number of MPI processes tolaunch on the command line via the "-np" command line parameter. Forexample: %s -np 4 %sSkipping the %s debugger for now.#[debugger requires executable]The %s debugger requires that you specify an executable on the %scommand line; you cannot specify application context files whenlaunching this job in the %s debugger. For example: %s -np 4 my_mpi_executableSkipping the %s debugger for now.#[debugger only accepts single app]The %s debugger only accepts SPMD-style launching; specifying anMPMD-style launch (with multiple applications separated via ':') isnot permitted.Skipping the %s debugger for now.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -