Fixes trac:850, updates man pages
This commit was SVN r13456. The following Trac tickets were found above: Ticket 850 --> https://svn.open-mpi.org/trac/ompi/ticket/850
Этот коммит содержится в:
родитель
24997841da
Коммит
59cc09fd1a
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Abort 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Abort 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Accumulate 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Accumulate 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Add_error_class 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Add_error_class 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Add_error_code 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Add_error_code 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Add_error_string 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Add_error_string 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Address 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Address 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Allgather 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Allgather 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Alloc_mem 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Alloc_mem 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -54,7 +54,7 @@ guaranteed to be aligned on natural boundaries (page frames).
|
|||||||
.ft R
|
.ft R
|
||||||
There is no portable FORTRAN 77 syntax for using MPI_Alloc_mem.
|
There is no portable FORTRAN 77 syntax for using MPI_Alloc_mem.
|
||||||
There is no portable Fortran syntax for using pointers returned
|
There is no portable Fortran syntax for using pointers returned
|
||||||
from MPI_Alloc_mem. However, MPI_Alloc_mem can be used with
|
from MPI_Alloc_mem. However, MPI_Alloc_mem can be used with Sun
|
||||||
Fortran compilers.
|
Fortran compilers.
|
||||||
.sp
|
.sp
|
||||||
From FORTRAN 77, you can use the following non-standard
|
From FORTRAN 77, you can use the following non-standard
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Alltoall 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Alltoall 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Alltoallv 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Alltoallv 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Alltoallw 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Alltoallw 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Attr_delete 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Attr_delete 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Attr_get 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Attr_get 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Attr_put 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Attr_put 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Barrier 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Barrier 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Bcast 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Bcast 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Bsend 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Bsend 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Bsend_init 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Bsend_init 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Buffer_attach 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Buffer_attach 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Buffer_attach\fP \- Attaches a user-defined buffer for sending.
|
\fBMPI_Buffer_attach\fP \- Attaches a user-defined buffer for sending.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Buffer_detach 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Buffer_detach 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Cart_coords 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Cart_coords 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Cart_create 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Cart_create 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Cart_get 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Cart_get 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Cart_map 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Cart_map 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Cart_rank 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Cart_rank 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Cart_shift 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Cart_shift 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Cart_shift \fP \- Returns the shifted source and destination ranks, given a shift direction and amount.
|
\fBMPI_Cart_shift \fP \- Returns the shifted source and destination ranks, given a shift direction and amount.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Cart_sub 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Cart_sub 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Cartdim_get 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Cartdim_get 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Close_port 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Close_port 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_call_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_call_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_compare 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_compare 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_create 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_create 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_create_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_create_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_create_keyval 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_create_keyval 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_create_keyval\fP \- Generates a new attribute key.
|
\fBMPI_Comm_create_keyval\fP \- Generates a new attribute key.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_delete_attr 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_delete_attr 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_delete_attr\fP \- Deletes attribute value associated with a key.
|
\fBMPI_Comm_delete_attr\fP \- Deletes attribute value associated with a key.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_disconnect 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_disconnect 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_disconnect\fP \- Deallocates communicator object and sets handle to MPI_COMM_NULL.
|
\fBMPI_Comm_disconnect\fP \- Deallocates communicator object and sets handle to MPI_COMM_NULL.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_dup 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_dup 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_f2c 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_f2c 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_free 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_free 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_free_keyval 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_free_keyval 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_free_keyval\fP \- Frees attribute key for communicator cache attribute.
|
\fBMPI_Comm_free_keyval\fP \- Frees attribute key for communicator cache attribute.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_get_attr 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_get_attr 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_get_attr\fP \- Retrieves attribute value by key.
|
\fBMPI_Comm_get_attr\fP \- Retrieves attribute value by key.
|
||||||
@ -56,7 +56,7 @@ This function replaces MPI_Attr_get, the use of which is deprecated. The C bindi
|
|||||||
.SH FORTRAN 77 NOTES
|
.SH FORTRAN 77 NOTES
|
||||||
.ft R
|
.ft R
|
||||||
The MPI standard prescribes portable Fortran syntax for
|
The MPI standard prescribes portable Fortran syntax for
|
||||||
the \fIATTRIBUTE_VAL\fP argument only for Fortran 90. FORTRAN 77
|
the \fIATTRIBUTE_VAL\fP argument only for Fortran 90. Sun FORTRAN 77
|
||||||
users may use the non-portable syntax
|
users may use the non-portable syntax
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_get_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_get_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_get_name 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_get_name 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_get_name\fP \- Returns the name that was most recently associated with a communicator.
|
\fBMPI_Comm_get_name\fP \- Returns the name that was most recently associated with a communicator.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_get_parent 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_get_parent 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_get_parent\fP \- Returns the parent intercommunicator of current spawned process.
|
\fBMPI_Comm_get_parent\fP \- Returns the parent intercommunicator of current spawned process.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_group 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_group 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_join 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_join 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_rank 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_rank 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_remote_group 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_remote_group 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_remote_size 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_remote_size 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_set_attr 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_set_attr 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_set_attr\fP \- Stores attribute value associated with a key.
|
\fBMPI_Comm_set_attr\fP \- Stores attribute value associated with a key.
|
||||||
@ -53,7 +53,7 @@ This function replaces MPI_Attr_put, the use of which is deprecated. The C bindi
|
|||||||
.SH FORTRAN 77 NOTES
|
.SH FORTRAN 77 NOTES
|
||||||
.ft R
|
.ft R
|
||||||
The MPI standard prescribes portable Fortran syntax for
|
The MPI standard prescribes portable Fortran syntax for
|
||||||
the \fIATTRIBUTE_VAL\fP argument only for Fortran 90. FORTRAN 77
|
the \fIATTRIBUTE_VAL\fP argument only for Fortran 90. Sun FORTRAN 77
|
||||||
users may use the non-portable syntax
|
users may use the non-portable syntax
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_set_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_set_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\"Copyright (c) 1996 Thinking Machines Corporation
|
.\"Copyright (c) 1996 Thinking Machines
|
||||||
.TH MPI_Comm_set_name 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_set_name 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
\fBMPI_Comm_set_name\fP \- Associates a name with a communicator.
|
\fBMPI_Comm_set_name\fP \- Associates a name with a communicator.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_size 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_size 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_spawn 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_spawn 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_spawn_multiple 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_spawn_multiple 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_split 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_split 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Comm_test_inter 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Comm_test_inter 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Dims_create 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Dims_create 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Errhandler_create 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Errhandler_create 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Errhandler_free 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Errhandler_free 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Errhandler_get 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Errhandler_get 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Errhandler_set 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Errhandler_set 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Error_class 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Error_class 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Error_string 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Error_string 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_Exscan 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_Exscan 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_call_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_call_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_close 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_close 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_create_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_create_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_delete 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_delete 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_amode 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_amode 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_atomicity 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_atomicity 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_byte_offset 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_byte_offset 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -50,7 +50,7 @@ MPI_File_get_byte_offset converts an offset specified for the current view to it
|
|||||||
.SH FORTRAN 77 NOTES
|
.SH FORTRAN 77 NOTES
|
||||||
.ft R
|
.ft R
|
||||||
The MPI standard prescribes portable Fortran syntax for
|
The MPI standard prescribes portable Fortran syntax for
|
||||||
the \fIOFFSET\fP and \fIDISP\fP arguments only for Fortran 90. FORTRAN 77
|
the \fIOFFSET\fP and \fIDISP\fP arguments only for Fortran 90. Sun FORTRAN 77
|
||||||
users may use the non-portable syntax
|
users may use the non-portable syntax
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_errhandler 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_group 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_group 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_info 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_info 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_position 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_position 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -48,7 +48,7 @@ units relative to the current displacement and file type.
|
|||||||
.SH FORTRAN 77 NOTES
|
.SH FORTRAN 77 NOTES
|
||||||
.ft R
|
.ft R
|
||||||
The MPI standard prescribes portable Fortran syntax for
|
The MPI standard prescribes portable Fortran syntax for
|
||||||
the \fIOFFSET\fP argument only for Fortran 90. FORTRAN 77
|
the \fIOFFSET\fP argument only for Fortran 90. Sun FORTRAN 77
|
||||||
users may use the non-portable syntax
|
users may use the non-portable syntax
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_position_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_position_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -48,7 +48,7 @@ units relative to the current displacement and file type.
|
|||||||
.SH FORTRAN 77 NOTES
|
.SH FORTRAN 77 NOTES
|
||||||
.ft R
|
.ft R
|
||||||
The MPI standard prescribes portable Fortran syntax for
|
The MPI standard prescribes portable Fortran syntax for
|
||||||
the \fIOFFSET\fP argument only for Fortran 90. FORTRAN 77
|
the \fIOFFSET\fP argument only for Fortran 90. Sun FORTRAN 77
|
||||||
users may use the non-portable syntax
|
users may use the non-portable syntax
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_size 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_size 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -42,12 +42,12 @@ Fortran only: Error status (integer).
|
|||||||
MPI_File_get_size returns, in
|
MPI_File_get_size returns, in
|
||||||
.I size
|
.I size
|
||||||
, the current size in bytes of the file associated with the file handle
|
, the current size in bytes of the file associated with the file handle
|
||||||
\fIfh\fP. Note that the file size returned may not represent the number of bytes physically allocated for the file in those cases where all bytes in this file have not been written at least once.
|
\fIfh\fP. Note that the file size returned by Solaris may not represent the number of bytes physically allocated for the file in those cases where all bytes in this file have not been written at least once.
|
||||||
|
|
||||||
.SH FORTRAN 77 NOTES
|
.SH FORTRAN 77 NOTES
|
||||||
.ft R
|
.ft R
|
||||||
The MPI standard prescribes portable Fortran syntax for
|
The MPI standard prescribes portable Fortran syntax for
|
||||||
the \fISIZE\fP argument only for Fortran 90. FORTRAN 77
|
the \fISIZE\fP argument only for Fortran 90. Sun FORTRAN 77
|
||||||
users may use the non-portable syntax
|
users may use the non-portable syntax
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_type_extent 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_type_extent 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_get_view 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_get_view 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_iread 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_iread 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_iread_at 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_iread_at 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -87,7 +87,7 @@ are undefined.
|
|||||||
.SH FORTRAN 77 NOTES
|
.SH FORTRAN 77 NOTES
|
||||||
.ft R
|
.ft R
|
||||||
The MPI standard prescribes portable Fortran syntax for
|
The MPI standard prescribes portable Fortran syntax for
|
||||||
the \fIOFFSET\fP argument only for Fortran 90. FORTRAN 77
|
the \fIOFFSET\fP argument only for Fortran 90. Sun FORTRAN 77
|
||||||
users may use the non-portable syntax
|
users may use the non-portable syntax
|
||||||
.sp
|
.sp
|
||||||
.nf
|
.nf
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_iread_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_iread_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_iwrite 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_iwrite 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_iwrite_at 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_iwrite_at 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_iwrite_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_iwrite_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_open 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_open 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_preallocate 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_preallocate 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -65,7 +65,7 @@ and gives the length of the declared integer in bytes.
|
|||||||
.ft R
|
.ft R
|
||||||
When using the collective routine MPI_File_set_size on a UNIX file, if the size that is set is smaller than the current file size, the file is truncated at the position defined by size. If the size is set to be larger than the current file size, the file size becomes the set size. When the file size is increased this way with MPI_File_set_size, new regions are created in the file with displacements between the old file size and the larger, newly set file size.
|
When using the collective routine MPI_File_set_size on a UNIX file, if the size that is set is smaller than the current file size, the file is truncated at the position defined by size. If the size is set to be larger than the current file size, the file size becomes the set size. When the file size is increased this way with MPI_File_set_size, new regions are created in the file with displacements between the old file size and the larger, newly set file size.
|
||||||
.sp
|
.sp
|
||||||
MPI I/O does not necessarily allocate file space for such new regions. You may reserve file space either by using MPI_File_preallocate or by performing a read or write to certain bytes.
|
Sun MPI I/O does not necessarily allocate file space for such new regions. You may reserve file space either by using MPI_File_preallocate or by performing a read or write to certain bytes.
|
||||||
|
|
||||||
.SH ERRORS
|
.SH ERRORS
|
||||||
Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. C++ functions do not return errors. If the default error handler is set to MPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanism will be used to throw an MPI:Exception object.
|
Almost all MPI routines return an error value; C routines as the value of the function and Fortran routines in the last argument. C++ functions do not return errors. If the default error handler is set to MPI::ERRORS_THROW_EXCEPTIONS, then on error the C++ exception mechanism will be used to throw an MPI:Exception object.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_all 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_all 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_all_begin 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_all_begin 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_all_end 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_all_end 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_at 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_at 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_at_all 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_at_all 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_at_all_begin 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_at_all_begin 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_at_all_end 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_at_all_end 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_ordered 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_ordered 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_ordered_begin 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_ordered_begin 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_ordered_end 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_ordered_end 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\"Copyright 2006, Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
|
.\"Copyright 2006, Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.TH MPI_File_read_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
.TH MPI_File_read_shared 3OpenMPI "September 2006" "Open MPI 1.2" " "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
x
Ссылка в новой задаче
Block a user