代码搜索:OpenMP
找到约 156 项符合「OpenMP」的源代码
代码结果 156
www.eeworm.com/read/335083/12550798
pdf mit.press.using.openmp.portable.shared.memory.parallel.programming.oct.2007.pdf
www.eeworm.com/read/396459/8106942
makefile
.SUFFIXES: .cpp .o
.DEFAULT: all
PROGRAM=fdtd_3D_xyzPML_MPI_OpenMP
SRCS=fdtd_3D_xyzPML_MPI_OpenMP.cpp FDTD_3D.cpp Load_Save_File_Data.cpp FDTD_1D_EH_PML_LOSS.cpp read_input_file.cpp
OBJS=$
www.eeworm.com/read/331315/12833644
makefile
.SUFFIXES: .cpp .o
.DEFAULT: all
PROGRAM=fdtd_3D_xyzPML_MPI_OpenMP
SRCS=fdtd_3D_xyzPML_MPI_OpenMP.cpp FDTD_3D.cpp Load_Save_File_Data.cpp FDTD_1D_EH_PML_LOSS.cpp read_input_file.cpp
OBJS=$
www.eeworm.com/read/449790/7496348
c is.c
/*--------------------------------------------------------------------
NAS Parallel Benchmarks 2.3 OpenMP C versions - IS
This benchmark is an OpenMP C version of the NPB IS code.
The Ope
www.eeworm.com/read/356536/10225081
makefile
.SUFFIXES: .cpp .o
.DEFAULT: all
PROGRAM=fdtd_3D_xyzPML_Lorentz_MPI_OpenMP
SRCS=fdtd_3D_xyzPML_Lorentz_MPI_OpenMP.cpp FDTD_3D_LORENTZ.cpp Load_Save_File_Data.cpp FDTD_1D_EH_LORENTZ.cpp read_inp
www.eeworm.com/read/449790/7496388
h npb-c.h
/*
NAS Parallel Benchmarks 2.3 OpenMP C Versions
*/
#include
#include
#include
#if defined(_OPENMP)
#include
#endif /* _OPENMP */
typedef int boolean;
typede
www.eeworm.com/read/427960/8909122
cpp threadmp.cpp
/*
Example program to illustrate MIRACL multi-threading with openMP
Make sure miracl library is built with MR_OPENMP_MT defined in mirdef.h
This allows multi-threading i
www.eeworm.com/read/494289/6381651
cpp threadmp.cpp
/*
Example program to illustrate MIRACL multi-threading with openMP
Make sure miracl library is built with MR_OPENMP_MT defined in mirdef.h
This allows multi-threading i
www.eeworm.com/read/262917/11384482
html mlp.lpomp.html
C Version of OpenMP Laplacian Solver
C Version of Laplace Program with OpenMP Parallelism
In
www.eeworm.com/read/279388/10441957
c omp_mm.c
/******************************************************************************
* FILE: omp_mm.c
* DESCRIPTION:
* OpenMp Example - Matrix Multiply - C Version
* Demonstrates a matrix multiply us