代码搜索:MPI_File
找到约 146 项符合「MPI_File」的源代码
代码结果 146
www.eeworm.com/read/341021/3259259
3 mpi_file_seek_shared.3
.TH MPI_File_seek_shared 3 "8/31/1998" " " "MPI-2"
.SH NAME
MPI_File_seek_shared \- Updates the shared file pointer
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_seek_shared(MPI_File fh, MPI_Offset
www.eeworm.com/read/341021/3259261
3 mpi_file_write_shared.3
.TH MPI_File_write_shared 3 "9/3/1998" " " "MPI-2"
.SH NAME
MPI_File_write_shared \- Write using shared file pointer
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_write_shared(MPI_File fh, void *bu
www.eeworm.com/read/341021/3259272
3 mpi_file_read_at.3
.TH MPI_File_read_at 3 "8/31/1998" " " "MPI-2"
.SH NAME
MPI_File_read_at \- Read using explict offset
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf
www.eeworm.com/read/341021/3259278
3 mpi_file_read_all.3
.TH MPI_File_read_all 3 "8/31/1998" " " "MPI-2"
.SH NAME
MPI_File_read_all \- Collective read using individual file pointer
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_read_all(MPI_File fh, void
www.eeworm.com/read/341021/3259290
3 mpi_file_write_all.3
.TH MPI_File_write_all 3 "8/31/1998" " " "MPI-2"
.SH NAME
MPI_File_write_all \- Collective write using individual file pointer
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_write_all(MPI_File fh, v
www.eeworm.com/read/341021/3259299
3 mpi_file_read_at_all.3
.TH MPI_File_read_at_all 3 "8/31/1998" " " "MPI-2"
.SH NAME
MPI_File_read_at_all \- Collective read using explict offset
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_read_at_all(MPI_File fh, MPI_O
www.eeworm.com/read/341021/3259311
3 mpi_file_read_shared.3
.TH MPI_File_read_shared 3 "9/3/1998" " " "MPI-2"
.SH NAME
MPI_File_read_shared \- Read using shared file pointer
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_read_shared(MPI_File fh, void *buf, i
www.eeworm.com/read/341021/3259313
3 mpi_file_seek.3
.TH MPI_File_seek 3 "8/31/1998" " " "MPI-2"
.SH NAME
MPI_File_seek \- Updates the individual file pointer
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_seek(MPI_File fh, MPI_Offset offset, int when
www.eeworm.com/read/341021/3259314
3 mpi_file_get_amode.3
.TH MPI_File_get_amode 3 "2/5/1998" " " "MPI-2"
.SH NAME
MPI_File_get_amode \- Returns the file access mode
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_get_amode(MPI_File fh, int *amode)
.fi
.SH
www.eeworm.com/read/341021/3259251
3 mpi_file_get_size.3
.TH MPI_File_get_size 3 "2/5/1998" " " "MPI-2"
.SH NAME
MPI_File_get_size \- Returns the file size
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_get_size(MPI_File fh, MPI_Offset *size)
.fi
.SH INPU