代码搜索:LABORATORY
找到约 8,768 项符合「LABORATORY」的源代码
代码结果 8,768
www.eeworm.com/read/341021/3260494
c time_allreduce.c
/*
*
* (C) 2003 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include
#include
#include "mpi.h"
int main( int argc, char *argv[] )
{
www.eeworm.com/read/341021/3260569
c getgrankf.c
/*
(C) 2001 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
/* getgrank.c */
/* Fortran interface file */
#include "mpe_conf.h"
#include "mpe_misc_conf.h"
#include "
www.eeworm.com/read/341021/3260584
in mpe_log_thread.h.in
/*
(C) 2007 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
@PTHREAD_IN_MPI_DEF@
#define MPE_ThreadID_t int
typedef struct {
MPE_ThreadID_t thdID;
int
www.eeworm.com/read/341021/3260585
h clog_buffer.h
/*
(C) 2001 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#if !defined( _CLOG_BUFFER )
#define _CLOG_BUFFER
#include "clog_preamble.h"
#include "clog_block.h"
#in
www.eeworm.com/read/341021/3260596
h clog_record.h
/*
(C) 2001 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#if !defined( _CLOG_RECORD )
#define _CLOG_RECORD
#include "clog_inttypes.h"
#include "clog_block.h"
#in
www.eeworm.com/read/341021/3260603
h clog_preamble.h
/*
(C) 2001 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#if !defined( _CLOG_PREAMBLE )
#define _CLOG_PREAMBLE
#include "clog_inttypes.h"
#include "clog_const.h"
www.eeworm.com/read/341021/3260637
h point.h
/*
(C) 2001 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#ifndef _POINT_H_
#define _POINT_H_
typedef struct {
int x, y;
} point;
typedef struct {
double x,
www.eeworm.com/read/341021/3260651
h lists.h
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#ifndef _LISTS_H_
#define _LISTS_H_
typedef struct xpand_list_Strings_ {
char **list;
int nused
www.eeworm.com/read/341021/3260677
c xwmap.c
/*
(C) 2001 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "mpe_graphics_conf.h"
#include "mpetools.h"
#include "basex11.h"
/*
This routine waits unti
www.eeworm.com/read/341021/3260713
c mpe_thread_win.c
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include
#include "mpe_thread.h"
#include "mpime