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

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

Adding compiled files

File size: 1.7 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$
14#
15# Additional copyrights may follow
16#
17# $HEADER$
18#
19# This is the US/English general help file for Open MPI.
20#
21[orte_init:startup:internal-failure]
22It looks like orte_init failed for some reason; your parallel process is
23likely to abort.  There are many reasons that a parallel process can
24fail during orte_init; some of which are due to configuration or
25environment problems.  This failure appears to be an internal failure;
26here's some additional information (which may only be relevant to an
27Open MPI developer):
28
29  %s failed
30  --> Returned value %s (%d) instead of ORTE_SUCCESS
31#
32#
33[orte:session:dir:prohibited]
34The specified location for the temporary directories required by Open MPI
35is on the list of prohibited locations:
36
37Location given: %s
38Prohibited locations: %s
39
40If you believe this is in error, please contact your system administrator
41to have the list of prohibited locations changed. Otherwise, please identify
42a different location to be used (use -h to see the cmd line option), or
43simply let the system pick a default location.
Note: See TracBrowser for help on using the repository browser.