代码搜索:LABoratory
找到约 8,768 项符合「LABoratory」的源代码
代码结果 8,768
www.eeworm.com/read/341021/3259560
c creat_excl.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include
#include
#i
www.eeworm.com/read/341021/3260407
c check_dims.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int CollChk_check_dims(MPI_Comm comm, int ndims, int *dims, char* call)
{
char
www.eeworm.com/read/341021/3260409
c alltoall.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
#define BUFFS_NOT_SHARED 0
int MPI_Alltoall( void* sbuff, int scnt, MPI_Datatype
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/341021/3260421
c check_size.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int CollChk_check_size(MPI_Comm comm, int size, char* call)
{
/* rank, size, c
www.eeworm.com/read/341021/3260439
c same_datarep.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int CollChk_same_datarep(MPI_Comm comm, char* datarep, char *call)
{
int r, s,
www.eeworm.com/read/341021/3260466
c win_create.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Win_create(void *base, MPI_Aint size, int disp_unit,
MP
www.eeworm.com/read/341021/3260476
c check_buff.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int CollChk_check_buff(MPI_Comm comm, void *buff, char* call)
{
#if defined( HAVE_
www.eeworm.com/read/341021/3260492
c time_bcast.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include
#include
#include "mpi.h"
#define COUNT 131072
int main( int argc, char *
www.eeworm.com/read/341021/3260504
c mpe_counterf.c
/*
(C) 2001 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
/* mpe_counter.c */
/* Fortran interface file for sun4 */
#ifndef DEBUG_ALL
#define DEBUG_ALL
#endif
#inc