代码搜索:LABORATORY
找到约 8,768 项符合「LABORATORY」的源代码
代码结果 8,768
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,
www.eeworm.com/read/341021/3260445
c scatterv.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Scatterv(void *sbuff, int *scnts, int* displs, MPI_Datatype stype,
www.eeworm.com/read/341021/3260446
c scatter.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Scatter(void* sbuff, int scnt, MPI_Datatype stype,
void* r
www.eeworm.com/read/341021/3260459
c reduce.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Reduce(void* sbuff, void* rbuff, int cnt, MPI_Datatype dt,
www.eeworm.com/read/341021/3260469
c gatherv.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Gatherv(void *sbuff, int scnt, MPI_Datatype stype,
void *r
www.eeworm.com/read/341021/3260477
c file_write_ordered.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_File_write_ordered(MPI_File fh, void *buff, int cnt,
www.eeworm.com/read/341021/3260487
c composite.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include
#include "mpi.h"
int main( int argc, char *argv[] )
{
int rank, size;
doub
www.eeworm.com/read/341021/3260488
c time_alltoallv.c
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include
#include
#include "mpi.h"
/*
This program tests MPI_Alltoallv by havi
www.eeworm.com/read/341021/3260489
c time_alltoallv0.c
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include
#include
/*
This program tests MPI_Alltoallv by havi
www.eeworm.com/read/341021/3260493
c wrong_composite.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include
#include "mpi.h"
int main( int argc, char *argv[] )
{
int rank, size;
doub