代码搜索:MPI_File
找到约 146 项符合「MPI_File」的源代码
代码结果 146
www.eeworm.com/read/341021/3260477
c file_write_ordered.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_write_ordered(MPI_File fh, void *buff, int cnt,
www.eeworm.com/read/438449/7731130
c io3.c
/* example of parallel MPI write into a single file */
#include "mpi.h"
#include
#define BUFSIZE 100
int main(int argc, char *argv[])
{
int i, myrank, buf[BUFSIZE];
MPI_File thefile
www.eeworm.com/read/341021/3260412
c file_write_all_begin.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_write_all_begin(MPI_File fh, void *buff, int cnt,
www.eeworm.com/read/341021/3260418
c file_write_all.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_write_all(MPI_File fh, void *buff, int cnt,
MP
www.eeworm.com/read/341021/3260453
c file_write_ordered_begin.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_write_ordered_begin(MPI_File fh, void *buff, int cnt,
www.eeworm.com/read/341021/3260460
c file_read_ordered_begin.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_read_ordered_begin(MPI_File fh, void *buff, int cnt,
www.eeworm.com/read/341021/3260473
c file_read_all_begin.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_read_all_begin(MPI_File fh, void *buff, int cnt,
www.eeworm.com/read/341021/3260411
c file_read_all.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_read_all(MPI_File fh, void *buff, int cnt,
MPI_
www.eeworm.com/read/438449/7731122
c greq.c
#include "mpi.h"
#include
typedef struct {
MPI_File fh;
void *buf;
int count;
MPI_Datatype *datatype;
MPI_Request *request;
MPI_Status *status;
} params_struct;
v
www.eeworm.com/read/341021/3260463
c file_read_at_all_begin.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buff,