搜索资源列表
Iso89duno
- 此程序采用数据并行方式 //每个处理器执行相同的可视化流程: // vtkImageReader -> vtkContourFilter -> vtkElevationFilter //另外,第一个处理器创建n个输入接口(n=处理器个数-1),同时其它处理器 //分别创建输出接口与其对应.第一个处理器合成自己和其它处理器输出的 //多边形数据,并将其显示出来.-procedure used data parallel way / / each processor
parallel-dijkstra 并行化思路实现dijkstra算法
- 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
ex2_simulated_annealing
- MPI并行计算模拟退火算法,可以设置处理器结点个数,比较不同节点个数时的计算时间-MPI parallel computing simulated annealing algorithm, you can set the number of processor nodes, the number of different nodes at the time of computing time
paralall_sort
- mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
Mars_v2
- GPU实现的MapReduce framework,对于学习并行编程和cuda平台的编程方面有着极好的参考价值,里面附带论文。用户要求有NViDIA显卡,并且安装cuda编程环境。-We design and implement Mars, a MapReduce framework, on graphics processors (GPUs). MapReduce is a distributed programming framework originally proposed by
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
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
second
- It transposes the any NxN matrix with 4 processor by mpi.
int
- /* The following is an example of an MPI code written in C. */ /* The application opens an output file for each processor */ /* named OutFile.n where n is the processor number, writes */ /* an array of ints to the file, then closes the file. -
ApplicationofLawtomulticoreprocessorDelEminemperfo
- 文中应用阿姆德尔定律对多核处理器性能的分析-Application of Law to multi-core processor Del Eminem performance analysis
1
- 工程师和科学家们面临着用更少的时间建立杂系统模型的需求,他们使用分布式和并行计算来解决高性能计算的问题。这些分布式环境由多处理器和多核计算机来实现。-Engineers and scientists are facing less time to establish the needs of complex systems model, they use distributed and parallel computing to solve the problem of high-perform
quick_sort
- 实现快速排序的主程序 从根处理器将数据序列广播到其他处理器-Quick sort of the main program from the root processor data sequence broadcast to other processors
psrs_sort
- 本程序中通过变量DataSize指定了待排序序列的长度为60,顺序输出各个处理器的局部数据就可以得到全局有序的序列。-This procedure specifies the length of the sequence to be sort through the variables DataSize 60, the order of output of each processor' s local data can be globally ordered sequence.
closure
- mpicc -o closure .c -lm 运行:可以使用命令 mpirun –np SIZE closure来运行生成的默认文件closure,其中SIZE是所使用的处理器个数-mpicc-o closure closure.c-lm run: You can use the command mpirun-np the SIZE a closure to run the generated default file a closure, where SIZE is used by th
remapping
- 基于DVS的多核周期任务调度,任务映射到处理器核的策略,这是在多核周期调度的第一个阶段-DVS of multicore cycle task scheduling, tasks are mapped to the processor core strategy, which is a scheduling on multicore cycle, the first stage
Gauss
- 高斯消去的并行程序,测试在不同规模的系数矩阵下、不同处理器核心数量下,程序的运行时间-Parallel Gaussian elimination procedure, test coefficient matrix in different sizes, different number of processor cores, the program running time
VectCPU_1s40_0_81_nov0208
- 国外博士写向量处理机,是和NIOS处理器一起开发的,对这个的研究比较透彻,希望对大家有用-Most previous research into vector architectures has concentrated on supercomputing applications and small enhancements to existing vector supercomputer implementations. This thesis expands the body of
opencl-1.2.pdf.tar
- OpenCL学习资料。在GPU并行计算,多核CPU并行计算,等处理器计算领域用到,简而言之,做异构计算的。-OpenCL learning materials. In the GPU parallel computing, multi-core CPU parallel computing, and other areas of the processor used in computing, in short, do heterogeneous computing.
Stepper-motor
- Micro Processor .. PIC code for stepper motor-Micro Processor .. PIC code for stepper motor.............
single_cpu_verilog
- 16位单周期处理器的verilog实现,简单易懂,对计算机的结构学习有帮助。-16 single-cycle processor verilog implement, easy to understand, the structure of learning computer help.
