资源列表
CUDA_Startup
- CUDA入门必备:包括CUDA安装方法,语法高亮,工程Wizard文件,参考手册和编程文档。-Entry must CUDA: CUDA installation methods including, syntax highlighting, project Wizard documents, reference manuals and program documentation.
pvmmatrixproduct
- 在处理大型矩阵问题时可以利用多台计算机的并行计算来处理可以得到很好的效果-In dealing with the issue of a large matrix can use multiple computers to deal with the parallel computing can be very effective
vehicle
- 在处理多参数变量不确定情况下时非常好用,可以任意改变参数的大小以达到最好的处理方式-Multi-parameter variables in dealing with the case when uncertainty is very easy to use, you can change the parameters of any size to achieve the best approach
yahoo-hadoop-54428cc8dd437b4de9efe070e777023ec171a
- 这是yahoo公布的hadoop源码 hadoop是有apache开发的用于并行计算-It is published hadoop source yahoo
NVIDIA_CUDA_1
- cuda资料,对于并行编程很有帮助!该资料描述了cuda的基本信息,以及重要的步骤,让您逐渐上手,轻松掌握cuda并行编程。-cuda information useful for parallel programming! The information describes the cuda s basic information, as well as an important step, so that gradually you get started, easy to master p
canon2
- 主要还是让A(i,j) B(i,j)进行移动A(i,i+j),B(i+j,j),然后进能直接相乘。具体的内容可以看并行算法导论,-Matrix multiplication with the Cannon Algorithm: The Cannon Algorithm for matrix multiplication was presented in the course “Parallel and Distributed Algorithms “by Dr. Klauck. Sh
jacobi
- Write an MPI program that solves a set of linear equations Ax = b with the 并行计算 Jacobi method. The root process reads the matrix A and the vector b from files. The file names have to be specified by the user as parameters.-Write an MPI p
trapezoidal
- 并行计算trapezoidal rule Write an MPI program for numerical integration based on the trapezoidal rule. For communication, use the functions MPI_Send() and MPI_Recv() that were described in the lecture. The number of intervals and the integration
image
- 并行计算程序 Descr iption: This program blurs an image file in a parallelized computation The root process reads the file and distributes a part of the image file to other processes. Each process makes the filter operation on the part of the image
mpi
- send and reseve from master
4-2
- send and reseve from master and generate child
3rd
- send and reseve from master