代码搜索:OPENMP
找到约 156 项符合「OPENMP」的源代码
代码结果 156
www.eeworm.com/read/289543/8545334
doc openmp.doc
www.eeworm.com/read/217158/14976341
ppt openmp介绍.ppt
www.eeworm.com/read/281744/9136809
ppt program-with-openmp.ppt
www.eeworm.com/read/255096/12101858
pdf openmp-hmli.pdf
www.eeworm.com/read/341021/3260543
c openmp_sendrecv.c
/*
(C) 2007 by Argonne National Laboratory.
See COPYRIGHT in top-level directory.
*/
#include "mpi.h"
#include
#include
#include
#define BUFLEN 512
#define N
www.eeworm.com/read/341021/3260544
f openmp_mpilog.f
program test_OpenMP
#ifdef _OPENMP
use omp_lib
#endif
implicit none
include 'mpif.h'
include 'mpe_logf.h'
integer world_size, world_rank, ierr
integer blkA