代码搜索:MPI_File

找到约 146 项符合「MPI_File」的源代码

代码结果 146
www.eeworm.com/read/341021/3260464

c file_write_at_all_begin.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_write_at_all_begin(MPI_File fh, MPI_Offset offset, void *buff,
www.eeworm.com/read/438449/7731077

c view.c

#include "mpi.h" int main( int argc, char *argv[] ) { MPI_Aint lb, extent; MPI_Datatype etype, filetype, contig; MPI_Offset disp; MPI_File fh; int buf[1000]; MPI_Ini
www.eeworm.com/read/169697/5413810

c file_set_view.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype,
www.eeworm.com/read/341021/3260429

c file_write_ordered_end.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_write_ordered_end(MPI_File fh, void *buff, MPI_Status *st) { int
www.eeworm.com/read/341021/3260431

c file_set_view.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype,
www.eeworm.com/read/341021/3260450

c file_write_at_all.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_write_at_all(MPI_File fh, MPI_Offset offset, void *buff, int cnt,
www.eeworm.com/read/341021/3260451

c file_read_at_all.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void *buff, int cnt,
www.eeworm.com/read/438449/7731075

c query.c

/* query the default values of hints being used */ #include "mpi.h" #include int main(int argc, char **argv) { int i, nkeys, flag, rank; MPI_File fh; MPI_Info info_used; cha
www.eeworm.com/read/438449/7731080

c interop.c

#include "mpi.h" int main( int argc, char *argv[] ) { MPI_Aint lb, extent, extent_in_file; MPI_Datatype etype, filetype, contig; MPI_Offset disp; MPI_File fh; int buf[1000]; M
www.eeworm.com/read/341021/3260413

c file_read_ordered_end.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_read_ordered_end(MPI_File fh, void *buff, MPI_Status *st) { int g