source: proiecte/hpl/openmpi_compiled/share/openmpi/help-ompi-dpm-orte.txt @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 1.9 KB
Line 
1# -*- text -*-
2#
3# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
4#                         University Research and Technology
5#                         Corporation.  All rights reserved.
6# Copyright (c) 2004-2005 The University of Tennessee and The University
7#                         of Tennessee Research Foundation.  All rights
8#                         reserved.
9# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
10#                         University of Stuttgart.  All rights reserved.
11# Copyright (c) 2004-2005 The Regents of the University of California.
12#                         All rights reserved.
13# Copyright (c) 2007      Cisco Systems, Inc.  All rights reserved.
14# $COPYRIGHT$
15#
16# Additional copyrights may follow
17#
18# $HEADER$
19#
20# This is the US/English general help file for Open MPI.
21#
22[dpm-orte:no-server]
23Process rank %ld attempted to %s a global ompi_server that
24could not be contacted. This is typically caused by either not
25specifying the contact info for the server, or by the server not
26currently executing. If you did specify the contact info for a
27server, please check to see that the server is running and start
28it again (or have your sys admin start it) if it isn't.
29
30[dpm-orte:unknown-order]
31Process rank %ld attempted to lookup a value but provided an
32unrecognized order parameter. Order parameters are used to tell Open
33MPI if it should first look for the requested value locally (i.e., from
34the current job) or from a global ompi_server. Accepted order
35parameters are "local" and "global", respectively.
36
37[dpm-orte:too-many-orders]
38Process rank %ld attempted to lookup a value but provided too many
39order parameters (%ld found). Order parameters are used to tell
40Open MPI if it should first look for the requested value locally
41(i.e., from the current job) or from a global ompi_server. Accepted
42order parameters are "local" and "global", respectively, and each can
43only be specified once.
Note: See TracBrowser for help on using the repository browser.