代码搜索:MPI_File
找到约 146 项符合「MPI_File」的源代码
代码结果 146
www.eeworm.com/read/341021/3260440
c get_fh.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int CollChk_get_fh(MPI_File fh, MPI_Comm *comm)
{
int cur_idx = 0;
/* fin
www.eeworm.com/read/341021/3260462
c file_write_at_all_end.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_write_at_all_end(MPI_File fh, void *buff, MPI_Status *st)
{
int g
www.eeworm.com/read/169697/5413801
c file_set_atomicity.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_set_atomicity(MPI_File fh, int flag)
{
int g2g = 1;
char call
www.eeworm.com/read/169697/5413819
c get_fh.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int CollChk_get_fh(MPI_File fh, MPI_Comm *comm)
{
int crr_fh=0, found=0;
www.eeworm.com/read/169697/5413821
c add_fh.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
void CollChk_add_fh( MPI_File fh, MPI_Comm comm )
{
CollChk_fh_t new_fh;
www.eeworm.com/read/169697/5413823
c file_preallocate.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_preallocate(MPI_File fh, MPI_Offset size)
{
int g2g = 1;
char
www.eeworm.com/read/341021/3260422
c file_set_atomicity.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_set_atomicity(MPI_File fh, int flag)
{
int g2g = 1;
char call
www.eeworm.com/read/341021/3260442
c add_fh.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
void CollChk_add_fh( MPI_File fh, MPI_Comm comm )
{
CollChk_fh_t *new_fh;
www.eeworm.com/read/341021/3260444
c file_preallocate.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_preallocate(MPI_File fh, MPI_Offset size)
{
int g2g = 1;
char
www.eeworm.com/read/341021/3260419
c file_read_at_all_end.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_read_at_all_end(MPI_File fh, void *buff, MPI_Status *st)
{
int g2