搜索资源列表
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
SerialTolcd
- 4根串行信号线通过74HC595驱动并行点阵LCD,内置ASCII和汉字库。-four serial signal line drive through Bit parallel matrix LCD, built-in ASCII and Store.
MPI_IO.基于mpi-2 规范的并行i/o方法
- 基于mpi-2 规范的并行i/o方法,以并行矩阵乘法问题为例,比较了并行i/o和串 行i/o的性能,给出了并行i/o方法的应用实例。,Mpi-2 norms based on the parallel i/o approach to parallel matrix multiplication as an example, compare the parallel i/o and serial i/o performance, given the parallel i/o methods of
74HC595_led.rar
- 两片74HC595级联,形成16位并行数据输出。控制8个数码管显示。显示刷新周期为2ms。 单片机只需3个I/O口发送串行数据到74HC595即可。程序用c51编写。,74HC595 2 cascade, the formation of 16-bit parallel data output. Control of 8 digital tube display. Display refresh cycle for 2ms. Only three single-chip I/O port to
Cannon.rar
- 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法,This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
parallel-matrixvector
- 并行计算之矩阵向量乘的并行实现,附带数据mpi-parallel compute- multy of matrix and vector
mpi_matrix_product.c
- 矩阵与矩阵,及矩阵与向量的并行乘积的源代码-Matrix and matrix, and parallel matrix and vector product
Matrixmultiplication
- 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
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
parallel_matrix_multiply_demo
- 基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。 -MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was parallel to the matrix of quadratur
paralleltranspose
- This a program for parallel matrix transpose-This is a program for parallel matrix transpose
Parallel-Matrix-Multiplication-on-Grid-Enabled-PC
- AN example about Grid Computing , Multi two matrix -AN example about Grid Computing , Multi two matrix
Matrix-Multiplication
- Parallel Matrix multiplication using JOMP
matrix-multiplication-based-OpenMp-
- 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
Parallel-Matrix-Multiplication-Algorithms-on-Hype
- Parallel Matrix Multiplication Algorithms on Hypercube Multiprocessors. three parallel algorithms for matrix multiplication-Parallel Matrix Multiplication Algorithms on Hypercube Multiprocessors. three parallel algorithms for matrix multiplication
Matrix
- 用MPI编写的实现并行的矩阵相乘的程序,在VC6.0下通过运行-To achieve a parallel matrix multiplication
matrix
- 矩阵相乘并行算法MPI源程序 并行思想加快速度-MPI parallel matrix multiplication algorithm source code parallel thinking speed
Matrix-1
- opencl 并行矩阵相乘计算,可以选择AMD与 NVIDIA的GPU进行计算,并且具有计算串行与并行的时间比-opencl parallel matrix multiplication calculations, you can choose AMD and NVIDIA gpu
matrix-multiplication
- An introductory example on how to use MPI, the problem solved is a naive parallel matrix multiplication.
parallel-programming-assignment-master
- matrix multiplication part 3