2006-07-20 18:27:13 +04:00
|
|
|
# -*- text -*-
|
|
|
|
#
|
2006-12-14 22:58:04 +03:00
|
|
|
# Copyright (c) 2006 High Performance Computing Center Stuttgart,
|
|
|
|
# University of Stuttgart. All rights reserved.
|
2006-07-20 18:27:13 +04:00
|
|
|
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
|
|
|
|
# $COPYRIGHT$
|
|
|
|
#
|
|
|
|
# Additional copyrights may follow
|
|
|
|
#
|
|
|
|
# $HEADER$
|
|
|
|
#
|
|
|
|
# This is the US/English general help file for Open MPI.
|
|
|
|
#
|
2006-12-14 22:58:04 +03:00
|
|
|
[mpi-function-after-finalize]
|
|
|
|
Calling any MPI-function after calling MPI_Finalize is erroneous.
|
|
|
|
The only exceptions are MPI_Initialized, MPI_Finalized and MPI_Get_version.
|
|
|
|
|
|
|
|
[mpi-initialize-twice]
|
|
|
|
Calling MPI_Init or MPI_Init_thread twice is erroneous.
|
|
|
|
|