source: proiecte/hpl/openmpi_compiled/share/openmpi/help-mpi-errors.txt @ 97

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

Adding compiled files

File size: 1.2 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# *** THESE MESSAGES ARE COORDINATED WITH FIXED STRINGS IN
21# *** errhandler_predefined.c!  Do not change these messages without also
22# *** changing errhandler_predefined.c!
23#
24[mpi_errors_are_fatal]
25%s *** An error occurred %s %s
26%s *** on %s %s
27%s *** %s
28%s *** MPI_ERRORS_ARE_FATAL (your MPI job will now abort)
29#
30[mpi_errors_are_fatal unknown handle]
31%s *** An error occurred %s %s
32%s *** on a NULL %s
33%s *** %s
34%s *** MPI_ERRORS_ARE_FATAL (your MPI job will now abort)
35#
Note: See TracBrowser for help on using the repository browser.