1
1

help-mpi-api.txt: remove now-stale help messages

Этот коммит содержится в:
Jeff Squyres 2015-10-13 16:36:17 -04:00
родитель 338257a2f4
Коммит 40b4d5d74d

Просмотреть файл

@ -11,15 +11,6 @@
#
# This is the US/English general help file for Open MPI.
#
[mpi-function-after-finalize]
Calling most MPI functions after calling MPI_Finalize is erroneous.
There are a small number of exceptions, such as MPI_Initialized,
MPI_Finalized, and MPI_Get_version.
#
[mpi-initialize-twice]
Calling MPI_Init or MPI_Init_thread twice is erroneous.
#
[mpi-abort]
MPI_ABORT was invoked on rank %d in communicator %s
with errorcode %d.