代码搜索:MPI_File
找到约 146 项符合「MPI_File」的源代码
代码结果 146
www.eeworm.com/read/341021/3259276
3 mpi_file_close.3
.TH MPI_File_close 3 "8/31/1998" " " "MPI-2"
.SH NAME
MPI_File_close \- Closes a file
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_close(MPI_File *fh)
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B fh
- f
www.eeworm.com/read/341021/3259317
3 mpi_file_get_view.3
.TH MPI_File_get_view 3 "4/6/1998" " " "MPI-2"
.SH NAME
MPI_File_get_view \- Returns the file view
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_get_view(MPI_File fh, MPI_Offset *disp, MPI_Datatype
www.eeworm.com/read/341021/3259263
3 mpi_file_set_size.3
.TH MPI_File_set_size 3 "3/10/1998" " " "MPI-2"
.SH NAME
MPI_File_set_size \- Sets the file size
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_set_size(MPI_File fh, MPI_Offset size)
.fi
.SH INPUT P
www.eeworm.com/read/341021/3259312
3 mpi_file_set_view.3
.TH MPI_File_set_view 3 "3/4/1999" " " "MPI-2"
.SH NAME
MPI_File_set_view \- Sets the file view
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype ety
www.eeworm.com/read/341021/3259257
3 mpi_file_f2c.3
.TH MPI_File_f2c 3 "11/3/1998" " " "MPI-2"
.SH NAME
MPI_File_f2c \- Translates a Fortran file handle to a C file handle
.SH SYNOPSIS
.nf
#include "mpi.h"
MPI_File MPI_File_f2c(MPI_Fint fh)
.fi
.SH I
www.eeworm.com/read/341021/3259282
3 mpi_file_c2f.3
.TH MPI_File_c2f 3 "11/3/1998" " " "MPI-2"
.SH NAME
MPI_File_c2f \- Translates a C file handle to a Fortran file handle
.SH SYNOPSIS
.nf
#include "mpi.h"
MPI_Fint MPI_File_c2f(MPI_File fh)
.fi
.SH I