From our faithful Debian package maintainers: remove some lint-quality
lines from the man pages. This commit was SVN r18449.
Этот коммит содержится в:
родитель
e88ac13e53
Коммит
87d4201bdf
@ -146,4 +146,3 @@ MPI_ERR_LASTCODE 53 Last error code.
|
||||
MPI_ERR_SYSRESOURCE -2 Out of resources
|
||||
.fi
|
||||
|
||||
' @(#)MPI.3 1.40 06/03/09
|
||||
|
@ -57,4 +57,3 @@ Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler
|
||||
may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Abort.3 1.20 06/03/09
|
||||
|
@ -121,4 +121,3 @@ may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ER
|
||||
MPI_Put
|
||||
.br
|
||||
MPI_Reduce
|
||||
' @(#)MPI_Accumulate.3 1.15 06/03/09
|
||||
|
@ -81,4 +81,3 @@ MPI_Add_error_string
|
||||
MPI_Error_class
|
||||
MPI_Error_string
|
||||
|
||||
' @(#)MPI_Add_error_class.3 1.4 06/03/09
|
||||
|
@ -73,5 +73,4 @@ guarantee that an MPI program can continue past an error.
|
||||
MPI_Add_error_class
|
||||
MPI_Error_class
|
||||
|
||||
' @(#)MPI_Add_error_code.3 1.4 06/03/09
|
||||
|
||||
|
@ -75,5 +75,4 @@ MPI_Add_error_code
|
||||
MPI_Error_class
|
||||
MPI_Error_string
|
||||
|
||||
' @(#)MPI_Add_error_string.3 1.4 06/03/09
|
||||
|
||||
|
@ -82,4 +82,3 @@ Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler
|
||||
may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Address.3 1.21 06/03/09
|
||||
|
@ -127,4 +127,3 @@ MPI_Allgatherv
|
||||
.br
|
||||
MPI_Gather
|
||||
|
||||
' @(#)MPI_Allgather.3 1.23 06/03/09
|
||||
|
@ -115,4 +115,3 @@ may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ER
|
||||
MPI_Gatherv
|
||||
.br
|
||||
MPI_Allgather
|
||||
' @(#)MPI_Allgatherv.3 1.24 06/03/09
|
||||
|
@ -92,4 +92,3 @@ may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ER
|
||||
.ft R
|
||||
.sp
|
||||
MPI_Free_mem
|
||||
' @(#)MPI_Alloc_mem.3 1.17 06/03/09
|
||||
|
@ -141,4 +141,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
|
||||
' @(#)MPI_Allreduce.3 1.23 06/03/09
|
||||
|
@ -128,4 +128,3 @@ guarantee that an MPI program can continue past an error.
|
||||
MPI_Alltoallv
|
||||
MPI_Alltoallw
|
||||
|
||||
' @(#)MPI_Alltoall.3 1.25 06/03/09
|
||||
|
@ -158,4 +158,3 @@ guarantee that an MPI program can continue past an error.
|
||||
MPI_Alltoall
|
||||
MPI_Alltoallw
|
||||
|
||||
' @(#)MPI_Alltoallv.3 1.25 06/03/09
|
||||
|
@ -159,4 +159,3 @@ guarantee that an MPI program can continue past an error.
|
||||
MPI_Alltoall
|
||||
MPI_Alltoallv
|
||||
|
||||
' @(#)MPI_Alltoallw.3 1.7 06/03/09
|
||||
|
@ -50,4 +50,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
|
||||
' @(#)MPI_Attr_delete.3 1.21 06/03/09
|
||||
|
@ -63,4 +63,3 @@ may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ER
|
||||
|
||||
MPI_Comm_get_attr
|
||||
.br
|
||||
' @(#)MPI_Attr_get.3 1.21 06/03/09
|
||||
|
@ -65,4 +65,3 @@ may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ER
|
||||
.sp
|
||||
MPI_Comm_set_attr
|
||||
.br
|
||||
' @(#)MPI_Attr_put.3 1.21 06/03/09
|
||||
|
@ -51,4 +51,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
.SH SEE ALSO
|
||||
.ft R
|
||||
MPI_Bcast
|
||||
' @(#)MPI_Barrier.3 1.22 06/03/09
|
||||
|
@ -82,4 +82,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Bcast.3 1.22 06/03/09
|
||||
|
@ -102,4 +102,3 @@ MPI_Buffer_attach
|
||||
MPI_Ibsend
|
||||
MPI_Bsend_init
|
||||
|
||||
' @(#)MPI_Bsend.3 1.20 06/03/09
|
||||
|
@ -80,4 +80,3 @@ MPI_Recv_init
|
||||
MPI_Start
|
||||
MPI_Startall
|
||||
|
||||
' @(#)MPI_Bsend_init.3 1.20 06/03/09
|
||||
|
@ -74,4 +74,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
.sp
|
||||
MPI_Buffer_detach
|
||||
|
||||
' @(#)MPI_Buffer_attach.3 1.22 06/03/09
|
||||
|
@ -91,4 +91,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
.nf
|
||||
MPI_Buffer_attach
|
||||
MPI_Bsend
|
||||
' @(#)MPI_Buffer_detach.3 1.20 06/03/09
|
||||
|
@ -72,4 +72,3 @@ MPI_Iprobe
|
||||
MPI_Test_cancelled
|
||||
MPI_Cart_coords
|
||||
|
||||
' @(#)MPI_Cancel.3 1.20 06/03/09
|
||||
|
@ -56,4 +56,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Cart_coords.3 1.20 06/03/09
|
||||
|
@ -66,4 +66,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Cart_create.3 1.20 06/03/09
|
||||
|
@ -66,4 +66,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
.nf
|
||||
MPI_Cartdim_get
|
||||
MPI_Cart_create
|
||||
' @(#)MPI_Cart_get.3 1.20 06/03/09
|
||||
|
@ -67,4 +67,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
.ft R
|
||||
.sp
|
||||
MPI_Graph_map
|
||||
' @(#)MPI_Cart_map.3 1.20 06/03/09
|
||||
|
@ -55,4 +55,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
.SH SEE ALSO
|
||||
.sp
|
||||
MPI_Cart_create
|
||||
' @(#)MPI_Cart_rank.3 1.20 06/03/09
|
||||
|
@ -88,4 +88,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Cart_shift.3 1.20 06/03/09
|
||||
|
@ -67,4 +67,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
MPI_Cart_create
|
||||
MPI_Comm_split
|
||||
|
||||
' @(#)MPI_Cart_sub.3 1.20 06/03/09
|
||||
|
@ -55,4 +55,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
MPI_Cart_get
|
||||
MPI_Cart_create
|
||||
|
||||
' @(#)MPI_Cartdim_get.3 1.20 06/03/09
|
||||
|
@ -68,4 +68,3 @@ MPI_Comm_connect
|
||||
MPI_Open_port
|
||||
.br
|
||||
|
||||
' @(#)MPI_Comm_accept.3 1.20 06/03/09
|
||||
|
@ -1,2 +1 @@
|
||||
.so man3/MPI_Comm_f2c.3
|
||||
' @(#)MPI_Comm_c2f.3 1.11 06/03/09
|
||||
|
@ -71,4 +71,3 @@ See the MPI man page for a full list of MPI error codes.
|
||||
MPI_Comm_create_errhandler
|
||||
MPI_Comm_set_errhandler
|
||||
|
||||
' @(#)MPI_Comm_call_errhandler.3 1.4 06/03/09
|
||||
|
@ -51,5 +51,4 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_compare.3 1.20 06/03/09
|
||||
|
||||
|
@ -73,4 +73,3 @@ MPI_Comm_accept
|
||||
MPI_Open_port
|
||||
.br
|
||||
|
||||
' @(#)MPI_Comm_connect.3 1.20 06/03/09
|
||||
|
@ -66,4 +66,3 @@ MPI_Comm_split
|
||||
.sp
|
||||
MPI_Intercomm_create
|
||||
|
||||
' @(#)MPI_Comm_create.3 1.22 06/03/09
|
||||
|
@ -76,4 +76,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
|
||||
|
||||
|
||||
' @(#)MPI_Comm_create_errhandler.3 1.18 06/03/09
|
||||
|
@ -131,4 +131,3 @@ See the MPI man page for a full list of MPI error codes.
|
||||
.sp
|
||||
|
||||
|
||||
' @(#)MPI_Comm_create_keyval.3 1.19 06/03/09
|
||||
|
@ -55,4 +55,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_delete_attr.3 1.17 06/03/09
|
||||
|
@ -61,4 +61,3 @@ MPI_Comm_connect
|
||||
.br
|
||||
MPI_Comm_accept
|
||||
.br
|
||||
' @(#)MPI_Comm_disconnect.3 1.20 06/03/09
|
||||
|
@ -57,5 +57,4 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_dup.3 1.20 06/03/09
|
||||
|
||||
|
@ -40,6 +40,3 @@ Handles are passed between Fortran and C or C++ by using an explicit C wrapper t
|
||||
For example, if \fIcomm\fP is a valid Fortran handle to a communicator, then MPI_Comm_f2c returns a valid C handle to that same communicator; if \fIcomm\fP = MPI_COMM_NULL (Fortran value), then MPI_Comm_f2c returns a null C handle; if \fIcomm\fP is an invalid Fortran handle, then MPI_Comm_f2c returns an invalid C handle.
|
||||
.SH NOTE
|
||||
This function does not return an error value. Consequently, the result of calling it before MPI_Init or after MPI_Finalize is undefined.
|
||||
|
||||
|
||||
|
||||
|
@ -44,4 +44,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_free.3 1.20 06/03/09
|
||||
|
@ -51,4 +51,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_free_keyval.3 1.17 06/03/09
|
||||
|
@ -72,4 +72,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_get_attr.3 1.19 06/03/09
|
||||
|
@ -60,4 +60,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_get_name.3 1.17 06/03/09
|
||||
|
@ -57,4 +57,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
MPI_Comm_spawn
|
||||
MPI_Comm_spawn_multiple
|
||||
|
||||
' @(#)MPI_Comm_get_parent.3 1.17 06/03/09
|
||||
|
@ -48,4 +48,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_group.3 1.23 06/03/09
|
||||
|
@ -94,4 +94,3 @@ socket(3SOCKET)
|
||||
MPI_Comm_create
|
||||
MPI_Comm_group
|
||||
|
||||
' @(#)MPI_Comm_join.3 1.6 06/03/09
|
||||
|
@ -60,4 +60,3 @@ MPI_Comm_group
|
||||
MPI_Comm_size
|
||||
MPI_Comm_compare
|
||||
|
||||
' @(#)MPI_Comm_rank.3 1.20 06/03/09
|
||||
|
@ -59,4 +59,3 @@ MPI_Comm_remote_size
|
||||
MPI_Intercomm_create
|
||||
MPI_Intercomm_merge
|
||||
|
||||
' @(#)MPI_Comm_remote_group.3 1.20 06/03/09
|
||||
|
@ -59,4 +59,3 @@ MPI_Comm_remote_group
|
||||
MPI_Intercomm_create
|
||||
MPI_Intercomm_merge
|
||||
|
||||
' @(#)MPI_Comm_remote_size.3 1.20 06/03/09
|
||||
|
@ -78,4 +78,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_set_attr.3 1.19 06/03/09
|
||||
|
@ -49,4 +49,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Comm_set_errhandler.3 1.18 06/03/09
|
||||
|
@ -69,4 +69,3 @@ MPI_Comm_get_name
|
||||
.sp
|
||||
|
||||
|
||||
' @(#)MPI_Comm_set_name.3 1.17 06/03/09
|
||||
|
@ -64,4 +64,3 @@ MPI_Comm_group
|
||||
MPI_Comm_rank
|
||||
MPI_Comm_compare
|
||||
|
||||
' @(#)MPI_Comm_size.3 1.23 06/03/09
|
||||
|
@ -146,5 +146,3 @@ MPI_Comm_spawn_multiple(3)
|
||||
MPI_Comm_get_parent(3)
|
||||
mpirun(1)
|
||||
|
||||
' @(#)MPI_Comm_spawn.3 1.18 02/02/11
|
||||
' @(#)MPI_Comm_spawn.3 1.26 06/03/09
|
||||
|
@ -158,5 +158,3 @@ MPI_Comm_spawn(3)
|
||||
MPI_Comm_get_parent(3)
|
||||
mpirun(1)
|
||||
|
||||
' @(#)MPI_Comm_spawn_multiple.3 1.18 01/02/27
|
||||
' @(#)MPI_Comm_spawn_multiple.3 1.25 06/03/09
|
||||
|
@ -89,4 +89,3 @@ MPI_Comm_dup
|
||||
MPI_Comm_free
|
||||
|
||||
|
||||
' @(#)MPI_Comm_split.3 1.22 06/03/09
|
||||
|
@ -74,4 +74,3 @@ MPI_Comm_remote_size
|
||||
MPI_Intercomm_create
|
||||
MPI_Intercomm_merge
|
||||
|
||||
' @(#)MPI_Comm_test_inter.3 1.22 06/03/09
|
||||
|
@ -72,4 +72,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_Dims_create.3 1.20 06/03/09
|
||||
|
@ -72,5 +72,4 @@ MPI_Comm_get_errhandler
|
||||
MPI_Comm_set_errhandler
|
||||
|
||||
|
||||
' @(#)MPI_Errhandler_create.3 1.20 06/03/09
|
||||
|
||||
|
@ -53,7 +53,6 @@ MPI_Comm_get_errhandler
|
||||
.br
|
||||
MPI_Comm_set_errhandler
|
||||
|
||||
' @(#)MPI_Errhandler_free.3 1.20 06/03/09
|
||||
|
||||
|
||||
|
||||
|
@ -60,4 +60,3 @@ MPI_Comm_get_errhandler
|
||||
.br
|
||||
MPI_Comm_set_errhandler
|
||||
|
||||
' @(#)MPI_Errhandler_get.3 1.20 06/03/09
|
||||
|
@ -56,5 +56,4 @@ MPI_Comm_get_errhandler
|
||||
.br
|
||||
MPI_Comm_set_errhandler
|
||||
|
||||
' @(#)MPI_Errhandler_set.3 1.20 06/03/09
|
||||
|
||||
|
@ -54,4 +54,3 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
MPI_Error_string
|
||||
|
||||
|
||||
' @(#)MPI_Error_class.3 1.20 06/03/09
|
||||
|
@ -60,5 +60,4 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
|
||||
.sp
|
||||
MPI_Error_class
|
||||
|
||||
' @(#)MPI_Error_string.3 1.20 06/03/09
|
||||
|
||||
|
@ -125,4 +125,3 @@ MPI_Op_create
|
||||
MPI_Reduce
|
||||
MPI_Scan
|
||||
|
||||
' @(#)MPI_Exscan.3 1.4 06/03/09
|
||||
|
@ -1,2 +1 @@
|
||||
.so man3/MPI_Comm_f2c.3
|
||||
' @(#)MPI_File_c2f.3 1.11 06/03/09
|
||||
|
@ -67,4 +67,3 @@ See the MPI man page for a full list of MPI error codes.
|
||||
MPI_File_create_errhandler
|
||||
MPI_File_set_errhandler
|
||||
|
||||
' @(#)MPI_File_call_errhandler.3 1.4 06/03/09
|
||||
|
@ -49,5 +49,4 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_close.3 1.25 06/03/09
|
||||
|
||||
|
@ -76,5 +76,4 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_create_errhandler.3 1.19 06/03/09
|
||||
|
||||
|
@ -1,2 +1 @@
|
||||
.so man3/MPI_Comm_f2c.3
|
||||
' @(#)MPI_File_f2c.3 1.11 06/03/09
|
||||
|
@ -50,5 +50,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_amode.3 1.8 97/08/26
|
||||
' @(#)MPI_File_get_amode.3 1.31 06/03/09
|
||||
|
@ -55,5 +55,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_atomicity.3 1.8 97/08/26
|
||||
' @(#)MPI_File_get_atomicity.3 1.31 06/03/09
|
||||
|
@ -69,4 +69,3 @@ Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
|
||||
' @(#)MPI_File_get_byte_offset.3 1.22 06/03/09
|
||||
|
@ -49,4 +49,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_errhandler.3 1.19 06/03/09
|
||||
|
@ -52,5 +52,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_group.3 1.8 97/08/26
|
||||
' @(#)MPI_File_get_group.3 1.31 06/03/09
|
||||
|
@ -88,4 +88,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_info.3 1.25 06/03/09
|
||||
|
@ -64,4 +64,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_position.3 1.31 06/03/09
|
||||
|
@ -64,4 +64,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_position_shared.3 1.31 06/03/09
|
||||
|
@ -68,4 +68,3 @@ called. For MPI I/O function errors, the default error handler is set to MPI_ERR
|
||||
MPI_File_preallocate
|
||||
.br
|
||||
|
||||
' @(#)MPI_File_get_size.3 1.31 06/03/09
|
||||
|
@ -71,4 +71,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_type_extent.3 1.22 06/03/09
|
||||
|
@ -84,5 +84,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_get_view.3 1.8 97/08/26
|
||||
' @(#)MPI_File_get_view.3 1.33 06/03/09
|
||||
|
@ -77,4 +77,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_iread.3 1.20 06/03/09
|
||||
|
@ -103,4 +103,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_iread_at.3 1.22 06/03/09
|
||||
|
@ -63,4 +63,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_iread_shared.3 1.20 06/03/09
|
||||
|
@ -81,4 +81,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_iwrite.3 1.20 06/03/09
|
||||
|
@ -104,4 +104,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_iwrite_at.3 1.22 06/03/09
|
||||
|
@ -64,4 +64,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_iwrite_shared.3 1.20 06/03/09
|
||||
|
@ -169,5 +169,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_open.3 1.2 97/08/26
|
||||
' @(#)MPI_File_open.3 1.30 06/03/09
|
||||
|
@ -73,4 +73,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_preallocate.3 1.22 06/03/09
|
||||
|
@ -79,4 +79,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_read.3 1.26 06/03/09
|
||||
|
@ -79,6 +79,4 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_read_all.3 1.2 97/08/26
|
||||
|
||||
' @(#)MPI_File_read_all.3 1.25 06/03/09
|
||||
|
@ -72,4 +72,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_read_all_begin.3 1.20 06/03/09
|
||||
|
@ -68,4 +68,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_read_all_end.3 1.20 06/03/09
|
||||
|
@ -105,4 +105,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_read_at.3 1.28 06/03/09
|
||||
|
@ -101,5 +101,3 @@ Almost all MPI routines return an error value; C routines as the value of the fu
|
||||
Before the error value is returned, the current MPI error handler is
|
||||
called. For MPI I/O function errors, the default error handler is set to MPI_ERRORS_RETURN. The error handler may be changed with MPI_File_set_errhandler; the predefined error handler MPI_ERRORS_ARE_FATAL may be used to make I/O errors fatal. Note that MPI does not guarantee that an MPI program can continue past an error.
|
||||
|
||||
' @(#)MPI_File_read_at_all.3 1.2 97/08/26
|
||||
' @(#)MPI_File_read_at_all.3 1.27 06/03/09
|
||||
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
x
Ссылка в новой задаче
Block a user