资源列表
MPI_Raytracer
- Descr iption: Implements a MPI ray tracing renderer. Uses preprocessor directives to allow for either MPI or non-MPI sequential functionality. By setting USE_MPI to zero, the program can be run in a non-MPI environment.-Descr iption: Implements a MPI
routerArithmetic
- 路由算法,实现两台PC机之间的路由行走路径,提供源代码-Routing algorithm to achieve between the two PC-walking path routing to provide the source code
cuda_exp
- cuda入门小程序,供喜欢GPU通用计算,但还不知道怎样入手的朋友参考。-expample of cuda,1st step
CUDA
- CUDA编程的中文参考文档,有助于学习GPU编程。-Chinese CUDA programming reference documentation, contribute to learning GPU programming.
cksc2.0
- CUDA中函数的说明文档,有助于GPU编程的需要。-CUDA documentation of functions to help the needs of GPU programming.
ahmad
- send and reseve from data from master
2nd
- send and reseve from master
3rd
- send and reseve from master
4-2
- send and reseve from master and generate child
mpi
- send and reseve from master
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
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
