代码搜索:LABoratory

找到约 8,768 项符合「LABoratory」的源代码

代码结果 8,768
www.eeworm.com/read/169697/5413785

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/169697/5413787

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/169697/5413790

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/169697/5413800

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/169697/5413818

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/169697/5413845

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/169697/5413855

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/169697/5413872

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/169697/5413884

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
www.eeworm.com/read/169697/5413899

c mpe_prof.c

/* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #ifdef MPI_BUILD_PROFILING #undef MPI_BUILD_PROFILING #endif #include #include "mpe_wrappers_co