代码搜索:MPI_File
找到约 146 项符合「MPI_File」的源代码
代码结果 146
www.eeworm.com/read/169697/5413853
c file_read_all_end.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_read_all_end(MPI_File fh, void *buff, MPI_Status *st)
{
int g2g =
www.eeworm.com/read/169697/5412957
c mpio_file.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 2004 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
#include "mpioimpl.h"
#include "adio_extern.h"
www.eeworm.com/read/169697/5412962
c mpio_file.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 2004 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
#include "mpioimpl.h"
#include "adio_extern.h"
www.eeworm.com/read/169697/5412966
c mpio_file.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* Copyright (C) 2004 University of Chicago.
* See COPYRIGHT notice in top-level directory.
*/
#include "mpioimpl.h"
/* Hooks for allocation o
www.eeworm.com/read/396039/2425278
mpiio_proto
54
int
MPI_File_open
5
MPI_Comm
comm
char *
filename
int
amode
MPI_Info
info
MPI_File *
fh
int
MPI_File_close
1
MPI_File *
fh
int
MPI_File_delete
2
char *
filename
MPI_Info
info
int
MPI_Fi
www.eeworm.com/read/438449/7731137
c io35.c
/* parallel MPI read with arbitrary number of processes*/
#include "mpi.h"
#include
int main(int argc, char *argv[])
{
int myrank, numprocs, bufsize, *buf, count;
MPI_File thefile;
www.eeworm.com/read/438449/7731071
c astro.c
#include "mpi.h"
int main( int argc, char *argv[] )
{
MPI_File fh;
int gsizes[4], distribs[4], dargs[4], psizes[4];
int i, nprocs, rank;
int local_array
www.eeworm.com/read/438449/7731078
c astro-align.c
#include "mpi.h"
int main( int argc, char *argv[] )
{
MPI_File fh;
int gsizes[4], distribs[4], dargs[4], psizes[4];
int i, nprocs, rank;
int local_array
www.eeworm.com/read/438449/7731079
c hints.c
#include "mpi.h"
int main( int argc, char *argv[] )
{
MPI_File fh;
MPI_Info info;
MPI_Init( &argc, &argv );
/* ... */
MPI_Info_create(&info);
/* FOLLOWING HINTS ARE PR
www.eeworm.com/read/341021/3260436
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,