代码搜索:MPI_File

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

代码结果 146
www.eeworm.com/read/296468/8101519

cpp mpi_file.cpp

#define MPICH_SKIP_MPICXX #include "mpi.h" #include #pragma comment(lib,"mpi.lib") #define n 4 void main() { double *buff={0},*a; MPI_Init(0,0); MPI_Status sta; MPI_File fh;
www.eeworm.com/read/169697/5413790

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/169697/5413791

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/169697/5413797

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/169697/5413815

c file_read_ordered.c

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

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/169697/5413830

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/169697/5413832

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/169697/5413836

c file_seek_shared.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_seek_shared(MPI_File fh, MPI_Offset offset, int whence) { int g2g
www.eeworm.com/read/169697/5413839

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,