搜索资源列表
juzhenchengfa
- 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel
exa_5
- 多核程序设计一书中第五章代码,讲述linux下使用pthread函数库进行多线程开发。-Multi-core programming code for a book chapter, talk about linux using pthread library for multi-threaded development.
pthread
- 这是一个在linux下运行的并行程序 由ptread实现-this a program written in parell and can run on linux
mpv
- 这是一个pvm实现的并行计算程序 计算pai值 欢迎大家分享-this is also a parallel progam in linux
mpi
- 《并行计算导论》中的一个小例子(c++,mpi),运行在linux下-Introduction to parallel computing in a small example (c++, mpi), running under linux
MPI-demand
- MPI一些使用的命令和函数,常用命令是在linux系统下使用的。是MPI基础知识-MPI commands and functions that use of the commonly used commands in the linux system to use. Is a basic knowledge of MPI
Produto_Escalar_vs01
- This a Parallel Code to calculate a Dot Product using MPI library and C++. This is a .Net2010 Project. To emulate a parallel computer in your machine you need install a MPICH2 library for windows. This code works too Linux.
CUDA_RANSAC
- Linux下基于CUDA的RANSAC实现,可以转到windows下的VS2010下运行,需要OpenCV支持。可以支持64bit编译环境。具有很好的参考价值,需要花时间调试。-Based on Linux with CUDA RANSAC, you can go to run windows under VS2010, you need to OpenCV support. You can support 64bit build environment. Have a good referen
cannon
- linux环境下,并行矩阵乘Cannon算法的两种MPI程序实现:采用阻塞操作与采用非阻塞操作!-linux environment, two kinds of MPI programs parallel matrix multiplication Cannon algorithm to achieve: a blocking operation using non-blocking operation!
mpi_userguide
- 压缩包内包含了MPIVH2安装包,以及Linux系统下的安装说明,集群内NFS共享的安装说明,以及一个分布式计算的示例程序(100个文件,分布式处理后,结果写入另外100个文件)。在虚拟机REDHAT上经过测试,-Within the archive contains a MPIVH2 installation package and installation instructions under Linux, NFS shares within a cluster installation i
matrix_mult
- 在C++11的基础上采用4种不同方法实现了多线程并发矩阵与向量乘积,矩阵转置与矩阵乘积,Linux下编译,需连接pthread库。-Using four different methods on the basis of C++ 11 is implemented on a multi-threaded matrix and vector product, matrix transpose and matrix multiplication, Linux compiler, connect pt
MatrixFox3
- 并行计算中典型的FOX算法,是矩阵分块并行计算的很好例程,代码做了简单修改,在Linux平台上使用MPI实现。-Parallel Computing typical FOX algorithm is a matrix block parallel computing routines well, made a simple change of code using MPI implementation on Linux platform.
