man: fix typo in MPI_File related man pages
Этот коммит содержится в:
родитель
d08fb46ec7
Коммит
0da1374f22
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_close 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_close 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_close(MPI_File \fI*fh\fP)
|
int MPI_File_close(MPI_File \fI*fh\fP)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_delete 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_delete 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_delete(const char \fI*filename\fP, MPI_Info \fIinfo\fP)
|
int MPI_File_delete(const char \fI*filename\fP, MPI_Info \fIinfo\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_amode 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_amode 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_amode(MPI_File \fIfh\fP, int \fI*amode\fP)
|
int MPI_File_get_amode(MPI_File \fIfh\fP, int \fI*amode\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_atomicity 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_atomicity 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_atomicity(MPI_File \fIfh\fP, int \fI*flag\fP)
|
int MPI_File_get_atomicity(MPI_File \fIfh\fP, int \fI*flag\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_byte_offset 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_byte_offset 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_byte_offset(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_get_byte_offset(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
MPI_Offset \fI*disp\fP)
|
MPI_Offset \fI*disp\fP)
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
|
.\" Copyright 2016 Research Organization for Information Science
|
||||||
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_errhandler 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -34,8 +36,8 @@ MPI_File_get_errhandler(\fIfile\fP, \fIerrhandler\fP, \fIierror\fP)
|
|||||||
|
|
||||||
.fi
|
.fi
|
||||||
.SH C++ Syntax
|
.SH C++ Syntax
|
||||||
#include <mpi.h>
|
|
||||||
.nf
|
.nf
|
||||||
|
#include <mpi.h>
|
||||||
MPI::Errhandler MPI::File::Get_errhandler() const
|
MPI::Errhandler MPI::File::Get_errhandler() const
|
||||||
|
|
||||||
.fi
|
.fi
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_group 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_group 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_group(MPI_File \fIfh\fP, MPI_Group \fI*group\fP)
|
int MPI_File_get_group(MPI_File \fIfh\fP, MPI_Group \fI*group\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_info 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_info 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_info(MPI_File \fIfh\fP, MPI_Info \fI*info_used\fP)
|
int MPI_File_get_info(MPI_File \fIfh\fP, MPI_Info \fI*info_used\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_position 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_position 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_position(MPI_File \fIfh\fP, MPI_Offset \fI*offset\fP)
|
int MPI_File_get_position(MPI_File \fIfh\fP, MPI_Offset \fI*offset\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_size(MPI_File \fIfh\fP, MPI_Offset \fI*size\fP)
|
int MPI_File_get_size(MPI_File \fIfh\fP, MPI_Offset \fI*size\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_type_extent 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_type_extent 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_type_extent(MPI_File \fIfh\fP, MPI_Datatype
|
int MPI_File_get_type_extent(MPI_File \fIfh\fP, MPI_Datatype
|
||||||
\fIdatatype\fP, MPI_Aint \fI*extent\fP)
|
\fIdatatype\fP, MPI_Aint \fI*extent\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_get_view 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_get_view 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_get_view(MPI_File \fIfh\fP, MPI_Offset \fI*disp\fP,
|
int MPI_File_get_view(MPI_File \fIfh\fP, MPI_Offset \fI*disp\fP,
|
||||||
MPI_Datatype \fI*etype\fP, MPI_Datatype \fI*filetype\fP,
|
MPI_Datatype \fI*etype\fP, MPI_Datatype \fI*filetype\fP,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iread 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iread 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iread(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
|
int MPI_File_iread(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
|
||||||
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iread_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iread_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iread_all(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
|
int MPI_File_iread_all(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
|
||||||
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iread_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iread_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iread_at(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_iread_at(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iread_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iread_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iread_at_all(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_iread_at_all(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iread_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iread_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iread_shared(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
|
int MPI_File_iread_shared(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
|
||||||
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iwrite 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iwrite 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iwrite(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP,
|
int MPI_File_iwrite(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP,
|
||||||
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iwrite_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iwrite_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iwrite_all(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP,
|
int MPI_File_iwrite_all(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP,
|
||||||
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iwrite_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iwrite_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iwrite_at(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_iwrite_at(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
const void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
const void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iwrite_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iwrite_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iwrite_at_all(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_iwrite_at_all(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
const void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
const void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Request \fI*request\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_iwrite_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_iwrite_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -16,6 +16,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_iwrite_shared(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP, MPI_Datatype
|
int MPI_File_iwrite_shared(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP, MPI_Datatype
|
||||||
\fIdatatype\fP, MPI_Request \fI*request\fP)
|
\fIdatatype\fP, MPI_Request \fI*request\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_open 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_open 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_open(MPI_Comm \fIcomm\fP, const char \fI*filename\fP,
|
int MPI_File_open(MPI_Comm \fIcomm\fP, const char \fI*filename\fP,
|
||||||
int \fIamode\fP, MPI_Info \fIinfo\fP,
|
int \fIamode\fP, MPI_Info \fIinfo\fP,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_preallocate 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_preallocate 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_preallocate(MPI_File \fIfh\fP, MPI_Offset \fIsize\fP)
|
int MPI_File_preallocate(MPI_File \fIfh\fP, MPI_Offset \fIsize\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read(MPI_File \fIfh\fP, void \fI*buf\fP,
|
int MPI_File_read(MPI_File \fIfh\fP, void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_all(MPI_File \fIfh\fP, void \fI*buf\fP,
|
int MPI_File_read_all(MPI_File \fIfh\fP, void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_all_begin(MPI_File \fIfh\fP, void \fI*buf\fP,
|
int MPI_File_read_all_begin(MPI_File \fIfh\fP, void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_all_end(MPI_File \fIfh\fP, void \fI*buf\fP,
|
int MPI_File_read_all_end(MPI_File \fIfh\fP, void \fI*buf\fP,
|
||||||
MPI_Status \fI*status\fP)
|
MPI_Status \fI*status\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_at(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_read_at(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_at_all(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_read_at_all(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_at_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_at_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_at_all_begin(MPI_File \fIfh\fP, MPI_Offset
|
int MPI_File_read_at_all_begin(MPI_File \fIfh\fP, MPI_Offset
|
||||||
\fIoffset\fP, void \fI*buf\fP, int \fIcount\fP, MPI_Datatype
|
\fIoffset\fP, void \fI*buf\fP, int \fIcount\fP, MPI_Datatype
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_at_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_at_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_at_all_end(MPI_File \fIfh\fP, void \fI*buf\fP,
|
int MPI_File_read_at_all_end(MPI_File \fIfh\fP, void \fI*buf\fP,
|
||||||
MPI_Status \fI*status\fP)
|
MPI_Status \fI*status\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_ordered_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_ordered_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_ordered_begin(MPI_File \fIfh\fP, void \fI*buf\fP,
|
int MPI_File_read_ordered_begin(MPI_File \fIfh\fP, void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_ordered_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_ordered_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_ordered_end(MPI_File \fIfh\fP, void \fI*buf\fP,
|
int MPI_File_read_ordered_end(MPI_File \fIfh\fP, void \fI*buf\fP,
|
||||||
MPI_Status \fI*status\fP)
|
MPI_Status \fI*status\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_read_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_read_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_read_shared(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
|
int MPI_File_read_shared(MPI_File \fIfh\fP, void \fI*buf\fP, int \fIcount\fP,
|
||||||
MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_seek 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_seek 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_seek(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_seek(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
int \fIwhence\fP)
|
int \fIwhence\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_seek_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_seek_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_seek_shared(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_seek_shared(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
int \fIwhence\fP)
|
int \fIwhence\fP)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_set_atomicity 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_set_atomicity 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_set_atomicity(MPI_File \fIfh\fP, int \fIflag\fP)
|
int MPI_File_set_atomicity(MPI_File \fIfh\fP, int \fIflag\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_set_info 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_set_info 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_set_info(MPI_File \fIfh\fP, MPI_Info \fIinfo\fP)
|
int MPI_File_set_info(MPI_File \fIfh\fP, MPI_Info \fIinfo\fP)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_set_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_set_size 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_set_size(MPI_File \fIfh\fP, MPI_Offset \fIsize\fP)
|
int MPI_File_set_size(MPI_File \fIfh\fP, MPI_Offset \fIsize\fP)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_set_view 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_set_view 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_set_view(MPI_File \fIfh\fP, MPI_Offset \fIdisp\fP,
|
int MPI_File_set_view(MPI_File \fIfh\fP, MPI_Offset \fIdisp\fP,
|
||||||
MPI_Datatype \fIetype\fP, MPI_Datatype \fIfiletype\fP,
|
MPI_Datatype \fIetype\fP, MPI_Datatype \fIfiletype\fP,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_sync 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_sync 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -13,6 +13,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_sync(MPI_File \fIfh\fP)
|
int MPI_File_sync(MPI_File \fIfh\fP)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
int MPI_File_write(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_all(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
int MPI_File_write_all(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_all_begin(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
int MPI_File_write_all_begin(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_all_end(MPI_File \fIfh\fP, const void \fI*buf\fP, MPI_Status \fI*status\fP)
|
int MPI_File_write_all_end(MPI_File \fIfh\fP, const void \fI*buf\fP, MPI_Status \fI*status\fP)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_at 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_at(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP, const void \fI*buf\fP,
|
int MPI_File_write_at(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP, const void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_at_all 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_at_all(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP, const void \fI*buf\fP,
|
int MPI_File_write_at_all(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP, const void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_at_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_at_all_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_at_all_begin(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
int MPI_File_write_at_all_begin(MPI_File \fIfh\fP, MPI_Offset \fIoffset\fP,
|
||||||
const void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
const void \fI*buf\fP, int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_at_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_at_all_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_at_all_end(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
int MPI_File_write_at_all_end(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
||||||
MPI_Status \fI*status\fP)
|
MPI_Status \fI*status\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_ordered_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_ordered_begin 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_ordered_begin(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
int MPI_File_write_ordered_begin(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
||||||
int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
int \fIcount\fP, MPI_Datatype \fIdatatype\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_ordered_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_ordered_end 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_ordered_end(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
int MPI_File_write_ordered_end(MPI_File \fIfh\fP, const void \fI*buf\fP,
|
||||||
MPI_Status \fI*status\fP)
|
MPI_Status \fI*status\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_File_write_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_File_write_shared 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_File_write_shared(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP,
|
int MPI_File_write_shared(MPI_File \fIfh\fP, const void \fI*buf\fP, int \fIcount\fP,
|
||||||
MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
MPI_Datatype \fIdatatype\fP, MPI_Status \fI*status\fP)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
|
||||||
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
.\" Copyright 2006-2008 Sun Microsystems, Inc.
|
||||||
.\" Copyright (c) 1996 Thinking Machines Corporation
|
.\" Copyright (c) 1996 Thinking Machines Corporation
|
||||||
.\" Copyright 2015 Research Organization for Information Science
|
.\" Copyright 2015-2016 Research Organization for Information Science
|
||||||
.\" and Technology (RIST). All rights reserved.
|
.\" and Technology (RIST). All rights reserved.
|
||||||
.\" $COPYRIGHT$
|
.\" $COPYRIGHT$
|
||||||
.TH MPI_Register_datarep 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
.TH MPI_Register_datarep 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
.ft R
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
.SH C Syntax
|
.SH C Syntax
|
||||||
|
.nf
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
int MPI_Register_datarep(const char \fI*datarep\fP,
|
int MPI_Register_datarep(const char \fI*datarep\fP,
|
||||||
MPI_Datarep_conversion_function \fI*read_conversion_fn\fP,
|
MPI_Datarep_conversion_function \fI*read_conversion_fn\fP,
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user