代码搜索:LABORATORY
找到约 8,768 项符合「LABORATORY」的源代码
代码结果 8,768
www.eeworm.com/read/341021/3259348
h dataloop_parts.h
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#ifndef DATALOOP_PARTS_H
#define DATALOOP_PARTS_H
/* Chec
www.eeworm.com/read/341021/3259351
h typesize_support.h
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#ifndef TYPESIZE_SUPPORT_H
#define TYPESIZE_SUPPORT_H
#incl
www.eeworm.com/read/341021/3259474
c mpich2_fileutil.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpioimpl.h"
#include "adio_extern.h"
#ifdef MPI
www.eeworm.com/read/341021/3259835
c groupdebug.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
#include "group.h"
/* style: allow:fp
www.eeworm.com/read/341021/3260314
java line.java
/*
* (C) 2001 by Argonne National Laboratory
* See COPYRIGHT in top-level directory.
*/
/*
* @author Anthony Chan
*/
package base.topology;
import java.awt.Graphics2D;
import java.awt.S
www.eeworm.com/read/341021/3260404
c exscan.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Exscan(void* sbuff, void* rbuff, int cnt,
MPI_Datatype dt,
www.eeworm.com/read/341021/3260417
c alltoallv.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Alltoallv(void* sbuff, int *scnts, int *sdispls, MPI_Datatype stype,
www.eeworm.com/read/341021/3260425
c gather.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Gather(void* sbuff, int scnt, MPI_Datatype stype,
void* rb
www.eeworm.com/read/341021/3260430
c comm_accept.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Comm_accept(char *portname, MPI_Info info, int root,
M
www.eeworm.com/read/341021/3260435
c alltoallw.c
/*
(C) 2004 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "collchk.h"
int MPI_Alltoallw(void* sbuff, int *scnts, int *sdispls, MPI_Datatype *stypes,