代码搜索:MPI_File
找到约 146 项符合「MPI_File」的源代码
代码结果 146
www.eeworm.com/read/341021/3259296
3 mpi_file_get_atomicity.3
.TH MPI_File_get_atomicity 3 "2/5/1998" " " "MPI-2"
.SH NAME
MPI_File_get_atomicity \- Returns the atomicity mode
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_get_atomicity(MPI_File fh, int *flag)
www.eeworm.com/read/341021/3259298
3 mpi_file_set_atomicity.3
.TH MPI_File_set_atomicity 3 "3/4/1998" " " "MPI-2"
.SH NAME
MPI_File_set_atomicity \- Sets the atomicity mode
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_set_atomicity(MPI_File fh, int flag)
.fi
www.eeworm.com/read/341021/3259300
3 mpi_file_read_ordered.3
.TH MPI_File_read_ordered 3 "9/3/1998" " " "MPI-2"
.SH NAME
MPI_File_read_ordered \- Collective read using shared file pointer
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_read_ordered(MPI_File fh
www.eeworm.com/read/341021/3259315
3 mpi_file_iread_shared.3
.TH MPI_File_iread_shared 3 "9/3/1998" " " "MPI-2"
.SH NAME
MPI_File_iread_shared \- Nonblocking read using shared file pointer
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_iread_shared(MPI_File f
www.eeworm.com/read/169697/5412731
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/169697/5412742
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/169697/5412748
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/169697/5412760
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/169697/5412769
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/169697/5412781
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