代码搜索:MPI_File
找到约 146 项符合「MPI_File」的源代码
代码结果 146
www.eeworm.com/read/169697/5412746
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/169697/5412780
3 mpi_file_sync.3
.TH MPI_File_sync 3 "2/5/1998" " " "MPI-2"
.SH NAME
MPI_File_sync \- Causes all previous writes to be transferred to the storage device
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_sync(MPI_File f
www.eeworm.com/read/169697/5412724
3 mpi_file_set_info.3
.TH MPI_File_set_info 3 "2/5/1998" " " "MPI-2"
.SH NAME
MPI_File_set_info \- Sets new values for the hints associated with a file
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_set_info(MPI_File fh,
www.eeworm.com/read/169697/5412732
3 mpi_file_preallocate.3
.TH MPI_File_preallocate 3 "3/4/1998" " " "MPI-2"
.SH NAME
MPI_File_preallocate \- Preallocates storage space for a file
.SH SYNOPSIS
.nf
#include "mpi.h"
int MPI_File_preallocate(MPI_File fh, MPI_O
www.eeworm.com/read/169697/5412768
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/169697/5412783
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/169697/5412721
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
www.eeworm.com/read/169697/5412729
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/169697/5412733
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/169697/5412766
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)