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

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

Adding compiled files

File size: 864 bytes
Line 
1# -*- text -*-
2#
3# Copyright (c) 2006      High Performance Computing Center Stuttgart,
4#                         University of Stuttgart.  All rights reserved.
5# Copyright (c) 2006-2008 Cisco Systems, Inc.  All rights reserved.
6# $COPYRIGHT$
7#
8# Additional copyrights may follow
9#
10# $HEADER$
11#
12# This is the US/English general help file for Open MPI.
13#
14[mpi-function-after-finalize]
15Calling any MPI-function after calling MPI_Finalize is erroneous.
16The only exceptions are MPI_Initialized, MPI_Finalized and MPI_Get_version.
17#
18[mpi-initialize-twice]
19Calling MPI_Init or MPI_Init_thread twice is erroneous.
20#
21[mpi-abort]
22MPI_ABORT was invoked on rank %d in communicator %s
23with errorcode %d.
24
25NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
26You may or may not see output from other processes, depending on
27exactly when Open MPI kills them.
Note: See TracBrowser for help on using the repository browser.