代码搜索:LABoratory

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

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

c file_read_at_all.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void *buff, int cnt,
www.eeworm.com/read/169697/5413831

c same_root.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int CollChk_same_root(MPI_Comm comm, int root, char* call) { char err_str[COLL
www.eeworm.com/read/169697/5413840

c same_tag.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int CollChk_same_tag(MPI_Comm comm, int tag, char* call) { char err_str[COLLCH
www.eeworm.com/read/169697/5413851

c same_local_leader.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int CollChk_same_local_leader(MPI_Comm comm, int ll, char* call) { char err_st
www.eeworm.com/read/169697/5413858

c same_amode.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int CollChk_same_amode(MPI_Comm comm, int amode, char* call) { char err_str[CO
www.eeworm.com/read/169697/5413860

c same_op.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" static char* CollChk_get_op_string(MPI_Op op); static char* CollChk_get_op_string
www.eeworm.com/read/169697/5413861

c comm_split.c

/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "collchk.h" int MPI_Comm_split(MPI_Comm comm, int color, int key, MPI_Comm *newcomm) { int
www.eeworm.com/read/169697/5413909

c cpilog_pack.c

/* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "mpi.h" #include "mpe.h" #include #include double f( double ); double f( dou
www.eeworm.com/read/169697/5413910

c srtest.c

/* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "mpi.h" #include #include #include "mpe.h" #define BUFLEN 512 int main(i
www.eeworm.com/read/169697/5413911

c cpilog.c

/* (C) 2001 by Argonne National Laboratory. See COPYRIGHT in top-level directory. */ #include "mpi.h" #include "mpe.h" #include #include double f( double ); double f( dou