搜索资源列表
LU_OpenMP
- 在VC++ 2008环境下利用OPENMP开发的LU并行算法,-In VC++ 2008 development environment using OPENMP LU parallel algorithm
OpenMP-parallel
- openMP实例代码,帮助学习openMP。-openMP example code
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
LU
- OpenMP实现矩阵LU分解,本代码对随机生成的矩阵进行LU分解-realize matrix LU algorithm with OpenMP
lu_omp
- 矩阵LU分解的C/C++ + Openmp实现-Matrix LU decomposition of C/C+++ Openmp achieve
LUwithOpenMP
- 用OpenMP实现的LU矩阵分解算法,选择了合适的并行颗粒度,速度快。-LU decomposition with OpenMP
lu
- 纯OpenMP实现LU分解的并行算法,包含代码和运行结果-Pure OpenMP implementation of parallel LU factorization algorithm, including the results of the code and run
tridiagonal_Serial
- 高性能编程 LU分解的多核实现 OPenMP入门和MPI两种方法实现-the HPC openMP and MPI realize the dunction
openmplu
- OpenMP的LU分解程序,很多人都没搞懂LU分解的实质,其实程序很简单易懂-OpenMP LU decomposition program, a lot of people did not get to know the essence of the LU decomposition, in fact, the procedure is very simple and easy to understand
lu_mpi_omp
- LU分解的MPI和OpenMP混合并行编程-LU decomposition MPI and OpenMP parallel programming mix
hw1_PC_NB
- LU Factorization of matrix using OpenMP