搜索资源列表
matmult
- 并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluster environment. Without extract
omp_mm
- 利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
OpenMp_barnes_hut
- 一个用OpenMP实现的并行Barnes Hut算法。有schedule和chunk size的设置功能。运行环境:vs2005
2D Jacobi Iteration - OpenMP
- An Implementation of 2D Jacobi Iteration using OpenMP in UNIX environment.
paralel
- Parallel Computing Toolbox™ 5 An Introduction Into OpenMP Parallel Computing with OpenMP on distributed shared memory platforms OpenMP tutorial-Parallel Computing Toolbox™ 5 An Introduction Into OpenMP Parallel Computing with
Fast-K-means-clustering
- Fast mex K-means clustering algorithm with possibility of K-mean++ initialization (mex-interface modified from the original yael package https://gforge.inria.fr/projects/yael) - Accept single/double precision input - Support of BLAS/OpenMP
simple_kmeans.tar
- 数据挖掘, k-means算法, openmp, mpich, 和单机版-kmeans algorithm
mp-sang
- 一个数值计算程序的OpenMP的并行化代码,其中对循环部分的并行化可以做为参考-simulation program, an example can be reused for other apps.
BasicSortSolution
- 经典排序算法实现 和 部分的openMp改造-parallel methods, openMp
jfdtd2d_v2
- A parallel 3D Finite-Difference Time-Domain (FDTD) code and a 2D serial FDTD code.
opm-merge
- openMP merge sort code.
ParallelFortranP95PusingPOpenMP
- 多核并行fortran计算很好的书籍,openmp,不是mpi哦-Fortran parallel multi-core computing good books, openmp, mpi oh not
LU
- OpenMP实现矩阵LU分解,本代码对随机生成的矩阵进行LU分解-realize matrix LU algorithm with OpenMP
mpiPopenmp
- 采用MPI+OpenMP混合模型设计并实现光化学反应双层并行模拟算法,上层基于MPI实现节点间的原子分解并行,下层基于OpenMP实现节点内的多线程矩阵并行乘法。-With MPI+OpenMP mixed model was designed and implemented The photochemical reaction bunk parallel simulation algorithms, the upper atomic decomposition based on inter-n
ConsoleMyOpenmp
- fortran写的进行openmp并行计算的一个事例。-openmp in fortran
paper1
- 基于OpenMP的压缩感知多描述并行处理算法.pdf-The compressed sensing based multiple descr iption OpenMP parallel processing algorithms. Pdf
CFD-OpenMP
- 使用OpenMP方法编写的计算流体力学程序,适用于一般学习及科研。-Written using OpenMP method of computational fluid dynamics procedures applicable to general learning and research.
SVM-MT
- 基于libSVM-v310的完全多线程化libSVM,仅读写文件在框架内无法优化。svm-predict不需要openmp支持,svm-train需要打开openmp支持。VS2008编译。修改MAX_THREAD可以调整svm-predict线程数。-A fully multi-thread optimized libSVM based on libsvm-3.10. svm-predict won t need openmp however svm-train requires. The p
mutrixMutil_1
- 本程序实现了在linux平台上用openMP实现的大型矩阵相乘-The program in the linux platform with a large matrix multiplies achieved openMP
Algoritmo Dijkstra
- research of dijkstra algorithm with openmp