source: proiecte/hpl/openmpi_compiled/share/openmpi/help-mca-bml-r2.txt @ 97

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

Adding compiled files

File size: 1.3 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) 2008      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[unreachable proc]
23At least one pair of MPI processes are unable to reach each other for
24MPI communications.  This means that no Open MPI device has indicated
25that it can be used to communicate between these processes.  This is
26an error; Open MPI requires that all MPI processes be able to reach
27each other.  This error can sometimes be the result of forgetting to
28specify the "self" BTL.
29
30  Process 1 (%s) is on host: %s
31  Process 2 (%s) is on host: %s
32  BTLs attempted: %s
33
34Your MPI job is now going to abort; sorry.
Note: See TracBrowser for help on using the repository browser.