搜索资源列表
omp_mm
- 利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
2D Jacobi Iteration - OpenMP
- An Implementation of 2D Jacobi Iteration using OpenMP in UNIX environment.
Using-OpenMP-Examples-Distr
- 一个使用Openmp编程的库函数!通过例子能有效地学会openmp编程。-some examples to learn openmp programming on cross platform!
LU_OpenMP
- 在VC++ 2008环境下利用OPENMP开发的LU并行算法,-In VC++ 2008 development environment using OPENMP LU parallel algorithm
3dfft_files
- 3 Dimensional FFT using MPI and OpenMP
UsingOpenMP.pdf
- Using OpenMP. MIT press 2007. Portable Shared Memory Parallel Prog. Good book on OpenMP.
jacobi
- 本程序采用并行方法实现jacobi迭代算法,采用VC2005结合openmp编写-This procedure jacobi method using parallel iterative algorithm using OpenMP VC2005 combines the preparation of
Using-OpenMP-Examples-Distr
- 有关openmp的小例子,可以运行,还有一些编译制导语句的例子-openmp examples
convolution
- 并行卷积 使用MPI和openmp混编 Convolution using the parallel mixed MPI and openmp-Convolution using the parallel mixed MPI and openmp
pimonte_sol
- 用Monte Carlo 算法求 Pi 的OpenMP实现-OpenMP for pi using Monte Carlo
OpenMPDemos
- OpenMP 演示程序, 一些相关应用example-some example sourec code using OpenMP
Gaussian
- Parallel algorithm for Gaussian Elimination. Elimination in both a shared memory environment, using OpenMP, and in a distributed memory environment, using MPI. Parallel LU and Gaussian algorithms for linear systems have been studied extensi
Parralel_printing_OpenMP
- Parallel printing in using C++ with OpenMP
matrix-multiplication-based-OpenMp-
- 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
Program-With-OpenMP
- 使用openMP进行并行计算 openMP具有如下特点:1.标准性 2.简洁实用 3.使用方便 4.可移植性-Parallel computing using openMP openMP has the following characteristics: 1. Standard of 2 simple and practical 3. Easy to use 4 Portability
CFD-OpenMP
- 使用OpenMP方法编写的计算流体力学程序,适用于一般学习及科研。-Written using OpenMP method of computational fluid dynamics procedures applicable to general learning and research.
OpenMp
- 并行计算,使用OpenMp计算π值,两种方式;矩阵向量乘法;矩阵乘法-Parallel computing, using OpenMp calculated π values in two ways matrix-vector multiplication matrix multiplication
openmp
- 多线程编程代码样例,在c开发环境下,利用openmp技术-The multi thread programming code examples, in the C development environment, using openmp Technology
Parallel Programming in Fortran95 using OpenMP
- 基于OpenMP并行优化算法(Fortran 95)(Parallel Programming in Fortran95 using OpenMP)
iqps
- C++ program using OpenMP to solve 2D levels from the IQ-puzzle 505 from Lonpos from designtorget.se Look in level.txt for example usage. Compile program using gcc with: gcc -O3 -fopenmp -o iqps iqps.cpp Run with: ./iqps (path to level.txt)